breadcrumb
Canary
How Canary is Used |
affect moodawake awarenessenergizerelaxsimulate |
Industries that Commonly Use Canary |
foodleisuresportstransportationtravel |
Color Code Details
HEX | #ffff9f | |
RGB | (255, 255, 159); | |
RGBA | (255, 255, 159, 1) | |
HSL | (60, 100%, 81%); | |
HSLA | (60, 100%, 81%, 1); |
HSV | 60,37,100 | |
HSB | 60, 38, 100 | |
HWB | 60 62% 0% | |
CMYK | 0, 0, 38, 0 | |
Pantone | Yellow C |
Preview & Codes Examples
Text Color with Canary |
|
This Text has a Font Color of #ffff9f | |
.text {color:#ffff9f;}
|
|
.text {color:rgba(255, 255, 159, 1);}
|
|
.text {color:hsl(309, 100%, 3%);}
|
Background Color Using Canary |
|
This element has a background color of #ffff9f | |
.element {background-color:#ffff9f;}
|
|
.element {background-color:rgba(255, 255, 159, 1);}
|
|
.element {background-color:hsl(309, 100%, 3%);}
|
Border Styling with Canary |
|
This element has a border color of #ffff9f | |
.element {border:1px solid #ffff9f;}
|
|
.element {border:1px solid rgba(255, 255, 159, 1);}
|
|
.element {border:1px solid hsl(309, 100%, 3%);}
|
Preview & Variables
CSS Variables |
|
--variable: #ffff9f;
|
Sass / SCSS |
|
$variable: #ffff9f;
|
Less |
|
@variable: #ffff9f;
|
Similar Yellow Shades You Might Like
Yellow radiates energy, optimism, and clarity. Ideal for lifestyle brands, education apps, and food-related UI. Check out more bright and cheerful yellow tones below.