Color Hex Logo

#eed7ae Color Hex

#EED7AE
(238,215,174)
0 Favorites   0 Comments

Color spaces of #eed7ae

RGB 238215174
HSL0.110.650.81
HSV38°27°93°
CMYK 0.000.100.27   0.07
XYZ67.200369.834049.9819
Yxy69.83400.35930.3734
Hunter Lab83.5667-2.700823.0349
CIE-Lab86.91541.830723.1587

#eed7ae color RGB value is (238,215,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010111 10101110
Octal 356 327 256
Decimal 238 215 174
Hex EE D7 AE

RGB Percentages of Color #eed7ae

%37.96
%34.29
%27.75

CMYK Percentages of Color #eed7ae

%0
%10
%27
%7

Triadic Colors of #eed7ae

#eed7ae #aeeed7 #d7aeee

Analogous Colors of #eed7ae

#eed7ae #e5eeae #eeb7ae

Monochromatic Colors of #eed7ae

#eed7ae

Complementary Color

#eed7ae #aec5ee

#eed7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed7ae Color CSS Codes

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

#eed7ae Text Font Color

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

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


#eed7ae Background Color

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

This div background color is #eed7ae


#eed7ae Border Color

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

This div border color is #eed7ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed7ae


Comments

No comments written yet.

Please login to write comment.