Color Hex Logo

#fee01a Color Hex

#FEE01A
(254,224,26)
0 Favorites   0 Comments

Color spaces of #fee01a

RGB 25422426
HSL0.140.990.55
HSV52°90°100°
CMYK 0.000.120.90   0.00
XYZ67.715274.456711.7799
Yxy74.45670.43980.4836
Hunter Lab86.2883-10.925752.3077
CIE-Lab89.1379-6.614385.9727

#fee01a color RGB value is (254,224,26).

#fee01a hex color red value is 254, green value is 224 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #fee01a hue: 0.14 , saturation: 0.99 and the lightness value of fee01a is 0.55.

The process color (four color CMYK) of #fee01a color hex is 0.00, 0.12, 0.90, 0.00. Web safe color of #fee01a is #ffcc33. Color #fee01a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100000 00011010
Octal 376 340 32
Decimal 254 224 26
Hex FE E0 1A

RGB Percentages of Color #fee01a

%50.40
%44.44
%5.16

CMYK Percentages of Color #fee01a

%0
%12
%90
%0

Triadic Colors of #fee01a

#fee01a #1afee0 #e01afe

Analogous Colors of #fee01a

#fee01a #aafe1a #fe6e1a

Monochromatic Colors of #fee01a

#fee01a

Complementary Color

#fee01a #1a38fe

#fee01a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee01a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee01a Color CSS Codes

.mybgcolor {background-color:#fee01a; } 
.myforecolor {color:#fee01a; }
.mybordercolor {border:3px solid #fee01a; }

#fee01a Text Font Color

<p style="color:#fee01a">Text here</p>

This sample text font color is #fee01a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fee01a Background Color

<div style="background-color:#fee01a">
Div content here</div>

This div background color is #fee01a


#fee01a Border Color

<div style="border:3px solid #fee01a">
Div here</div>

This div border color is #fee01a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,224,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fee01a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fee01a;
  -webkit-box-shadow: 1px 1px 3px 2px #fee01a;
  box-shadow:         1px 1px 3px 2px #fee01a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,224,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fee01a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fee01a;
  -webkit-box-shadow: 1px 1px 3px 2px #fee01a;
  box-shadow:         1px 1px 3px 2px #fee01a;">
Div content here</div>

This div box has shadow with color #fee01a


Comments

No comments written yet.

Please login to write comment.