Color Hex Logo

#eddc8d Color Hex

#EDDC8D
(237,220,141)
0 Favorites   0 Comments

Color spaces of #eddc8d

RGB 237220141
HSL0.140.730.74
HSV49°41°93°
CMYK 0.000.070.41   0.07
XYZ65.326071.114035.4826
Yxy71.11400.38000.4136
Hunter Lab84.3291-9.300034.0833
CIE-Lab87.5404-5.043540.8872

#eddc8d color RGB value is (237,220,141).

#eddc8d hex color red value is 237, green value is 220 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #eddc8d hue: 0.14 , saturation: 0.73 and the lightness value of eddc8d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 10001101
Octal 355 334 215
Decimal 237 220 141
Hex ED DC 8D

RGB Percentages of Color #eddc8d

%39.63
%36.79
%23.58

CMYK Percentages of Color #eddc8d

%0
%7
%41
%7

Triadic Colors of #eddc8d

#eddc8d #8deddc #dc8ded

Analogous Colors of #eddc8d

#eddc8d #ceed8d #edac8d

Monochromatic Colors of #eddc8d

#eddc8d

Complementary Color

#eddc8d #8d9eed

#eddc8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddc8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddc8d Color CSS Codes

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

#eddc8d Text Font Color

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

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


#eddc8d Background Color

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

This div background color is #eddc8d


#eddc8d Border Color

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

This div border color is #eddc8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddc8d


Comments

No comments written yet.

Please login to write comment.