Color Hex Logo

#eed4ae Color Hex

#EED4AE
(238,212,174)
0 Favorites   0 Comments

Color spaces of #eed4ae

RGB 238212174
HSL0.100.650.81
HSV36°27°93°
CMYK 0.000.110.27   0.07
XYZ66.443468.320149.7296
Yxy68.32010.36010.3703
Hunter Lab82.6560-1.159922.1876
CIE-Lab86.16633.381022.1271

#eed4ae color RGB value is (238,212,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010100 10101110
Octal 356 324 256
Decimal 238 212 174
Hex EE D4 AE

RGB Percentages of Color #eed4ae

%38.14
%33.97
%27.88

CMYK Percentages of Color #eed4ae

%0
%11
%27
%7

Triadic Colors of #eed4ae

#eed4ae #aeeed4 #d4aeee

Analogous Colors of #eed4ae

#eed4ae #e8eeae #eeb4ae

Monochromatic Colors of #eed4ae

#eed4ae

Complementary Color

#eed4ae #aec8ee

#eed4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed4ae Color CSS Codes

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

#eed4ae Text Font Color

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

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


#eed4ae Background Color

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

This div background color is #eed4ae


#eed4ae Border Color

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

This div border color is #eed4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed4ae


Comments

No comments written yet.

Please login to write comment.