Color Hex Logo

#fee5af Color Hex

#FEE5AF
(254,229,175)
0 Favorites   0 Comments

Color spaces of #fee5af

RGB 254229175
HSL0.110.980.84
HSV41°31°100°
CMYK 0.000.100.31   0.00
XYZ76.630280.204651.9996
Yxy80.20460.36690.3841
Hunter Lab89.5570-3.989828.2643
CIE-Lab91.77660.807329.4913

#fee5af color RGB value is (254,229,175).

#fee5af hex color red value is 254, green value is 229 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fee5af hue: 0.11 , saturation: 0.98 and the lightness value of fee5af is 0.84.

The process color (four color CMYK) of #fee5af color hex is 0.00, 0.10, 0.31, 0.00. Web safe color of #fee5af is #ffcc99. Color #fee5af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100101 10101111
Octal 376 345 257
Decimal 254 229 175
Hex FE E5 AF

RGB Percentages of Color #fee5af

%38.60
%34.80
%26.60

CMYK Percentages of Color #fee5af

%0
%10
%31
%0

Triadic Colors of #fee5af

#fee5af #affee5 #e5affe

Analogous Colors of #fee5af

#fee5af #f0feaf #febeaf

Monochromatic Colors of #fee5af

#fee5af

Complementary Color

#fee5af #afc8fe

#fee5af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee5af Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee5af Color CSS Codes

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

#fee5af Text Font Color

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

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


#fee5af Background Color

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

This div background color is #fee5af


#fee5af Border Color

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

This div border color is #fee5af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee5af

#fee5af Color Palettes


Comments

No comments written yet.

Please login to write comment.