Color Hex Logo

#eee5ae Color Hex

#EEE5AE
(238,229,174)
0 Favorites   0 Comments

Color spaces of #eee5ae

RGB 238229174
HSL0.140.650.81
HSV52°27°93°
CMYK 0.000.040.27   0.07
XYZ70.919277.271851.2215
Yxy77.27180.35560.3875
Hunter Lab87.9044-9.823026.9850
CIE-Lab90.4466-5.320227.9819

#eee5ae color RGB value is (238,229,174).

#eee5ae hex color red value is 238, green value is 229 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #eee5ae hue: 0.14 , saturation: 0.65 and the lightness value of eee5ae is 0.81.

The process color (four color CMYK) of #eee5ae color hex is 0.00, 0.04, 0.27, 0.07. Web safe color of #eee5ae is #ffcc99. Color #eee5ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100101 10101110
Octal 356 345 256
Decimal 238 229 174
Hex EE E5 AE

RGB Percentages of Color #eee5ae

%37.13
%35.73
%27.15

CMYK Percentages of Color #eee5ae

%0
%4
%27
%7

Triadic Colors of #eee5ae

#eee5ae #aeeee5 #e5aeee

Analogous Colors of #eee5ae

#eee5ae #d7eeae #eec5ae

Monochromatic Colors of #eee5ae

#eee5ae

Complementary Color

#eee5ae #aeb7ee

#eee5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee5ae Color CSS Codes

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

#eee5ae Text Font Color

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

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


#eee5ae Background Color

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

This div background color is #eee5ae


#eee5ae Border Color

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

This div border color is #eee5ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,229,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 #eee5ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee5ae


Comments

No comments written yet.

Please login to write comment.