Color Hex Logo

#eddcae Color Hex

#EDDCAE
(237,220,174)
0 Favorites   0 Comments

Color spaces of #eddcae

RGB 237220174
HSL0.120.640.81
HSV44°27°93°
CMYK 0.000.070.27   0.07
XYZ68.158272.246950.3971
Yxy72.24690.35720.3786
Hunter Lab84.9982-5.611524.3445
CIE-Lab88.0873-1.114224.7532

#eddcae color RGB value is (237,220,174).

#eddcae hex color red value is 237, green value is 220 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #eddcae hue: 0.12 , saturation: 0.64 and the lightness value of eddcae is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 10101110
Octal 355 334 256
Decimal 237 220 174
Hex ED DC AE

RGB Percentages of Color #eddcae

%37.56
%34.87
%27.58

CMYK Percentages of Color #eddcae

%0
%7
%27
%7

Triadic Colors of #eddcae

#eddcae #aeeddc #dcaeed

Analogous Colors of #eddcae

#eddcae #dfedae #edbdae

Monochromatic Colors of #eddcae

#eddcae

Complementary Color

#eddcae #aebfed

#eddcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddcae Color CSS Codes

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

#eddcae Text Font Color

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

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


#eddcae Background Color

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

This div background color is #eddcae


#eddcae Border Color

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

This div border color is #eddcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddcae


Comments

No comments written yet.

Please login to write comment.