Color Hex Logo

#eddca9 Color Hex

#EDDCA9
(237,220,169)
0 Favorites   0 Comments

Color spaces of #eddca9

RGB 237220169
HSL0.130.650.80
HSV45°29°93°
CMYK 0.000.070.29   0.07
XYZ67.679772.055547.8771
Yxy72.05550.36070.3841
Hunter Lab84.8855-6.230625.9791
CIE-Lab87.9953-1.767427.2174

#eddca9 color RGB value is (237,220,169).

#eddca9 hex color red value is 237, green value is 220 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #eddca9 hue: 0.13 , saturation: 0.65 and the lightness value of eddca9 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 10101001
Octal 355 334 251
Decimal 237 220 169
Hex ED DC A9

RGB Percentages of Color #eddca9

%37.86
%35.14
%27.00

CMYK Percentages of Color #eddca9

%0
%7
%29
%7

Triadic Colors of #eddca9

#eddca9 #a9eddc #dca9ed

Analogous Colors of #eddca9

#eddca9 #dceda9 #edbaa9

Monochromatic Colors of #eddca9

#eddca9

Complementary Color

#eddca9 #a9baed

#eddca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddca9 Color CSS Codes

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

#eddca9 Text Font Color

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

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


#eddca9 Background Color

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

This div background color is #eddca9


#eddca9 Border Color

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

This div border color is #eddca9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,220,169, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddca9

#eddca9 Color Palettes


Comments

No comments written yet.

Please login to write comment.