Color Hex Logo

#fee8ae Color Hex

#FEE8AE
(254,232,174)
0 Favorites   0 Comments

Color spaces of #fee8ae

RGB 254232174
HSL0.120.980.84
HSV44°31°100°
CMYK 0.000.090.31   0.00
XYZ77.369681.840051.7633
Yxy81.84000.36670.3879
Hunter Lab90.4655-5.654429.4008
CIE-Lab92.5042-0.837030.9830

#fee8ae color RGB value is (254,232,174).

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

The process color (four color CMYK) of #fee8ae color hex is 0.00, 0.09, 0.31, 0.00. Web safe color of #fee8ae is #ffff99. Color #fee8ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101000 10101110
Octal 376 350 256
Decimal 254 232 174
Hex FE E8 AE

RGB Percentages of Color #fee8ae

%38.48
%35.15
%26.36

CMYK Percentages of Color #fee8ae

%0
%9
%31
%0

Triadic Colors of #fee8ae

#fee8ae #aefee8 #e8aefe

Analogous Colors of #fee8ae

#fee8ae #ecfeae #fec0ae

Monochromatic Colors of #fee8ae

#fee8ae

Complementary Color

#fee8ae #aec4fe

#fee8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee8ae Color CSS Codes

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

#fee8ae Text Font Color

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

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


#fee8ae Background Color

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

This div background color is #fee8ae


#fee8ae Border Color

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

This div border color is #fee8ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee8ae

#fee8ae Color Palettes


Comments

No comments written yet.

Please login to write comment.