Color Hex Logo

#fef5a9 Color Hex

#FEF5A9
(254,245,169)
0 Favorites   0 Comments

Color spaces of #fef5a9

RGB 254245169
HSL0.150.980.83
HSV54°33°100°
CMYK 0.000.040.33   0.00
XYZ80.686989.240250.5085
Yxy89.24020.36600.4048
Hunter Lab94.4670-12.855534.4265
CIE-Lab95.6807-7.949737.7314

#fef5a9 color RGB value is (254,245,169).

#fef5a9 hex color red value is 254, green value is 245 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #fef5a9 hue: 0.15 , saturation: 0.98 and the lightness value of fef5a9 is 0.83.

The process color (four color CMYK) of #fef5a9 color hex is 0.00, 0.04, 0.33, 0.00. Web safe color of #fef5a9 is #ffff99. Color #fef5a9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110101 10101001
Octal 376 365 251
Decimal 254 245 169
Hex FE F5 A9

RGB Percentages of Color #fef5a9

%38.02
%36.68
%25.30

CMYK Percentages of Color #fef5a9

%0
%4
%33
%0

Triadic Colors of #fef5a9

#fef5a9 #a9fef5 #f5a9fe

Analogous Colors of #fef5a9

#fef5a9 #ddfea9 #fecba9

Monochromatic Colors of #fef5a9

#fef5a9

Complementary Color

#fef5a9 #a9b2fe

#fef5a9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef5a9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef5a9 Color CSS Codes

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

#fef5a9 Text Font Color

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

This sample text font color is #fef5a9
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.


#fef5a9 Background Color

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

This div background color is #fef5a9


#fef5a9 Border Color

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

This div border color is #fef5a9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef5a9

Related Colors

#fef5a9 Color Palettes


Comments

No comments written yet.

Please login to write comment.