Color Hex Logo

#eddd8b Color Hex

#EDDD8B
(237,221,139)
0 Favorites   0 Comments

Color spaces of #eddd8b

RGB 237221139
HSL0.140.730.74
HSV50°41°93°
CMYK 0.000.070.41   0.07
XYZ65.441771.581534.7936
Yxy71.58150.38090.4166
Hunter Lab84.6059-9.992434.8415
CIE-Lab87.7668-5.759042.1742

#eddd8b color RGB value is (237,221,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 10001011
Octal 355 335 213
Decimal 237 221 139
Hex ED DD 8B

RGB Percentages of Color #eddd8b

%39.70
%37.02
%23.28

CMYK Percentages of Color #eddd8b

%0
%7
%41
%7

Triadic Colors of #eddd8b

#eddd8b #8beddd #dd8bed

Analogous Colors of #eddd8b

#eddd8b #cced8b #edac8b

Monochromatic Colors of #eddd8b

#eddd8b

Complementary Color

#eddd8b #8b9bed

#eddd8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddd8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddd8b Color CSS Codes

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

#eddd8b Text Font Color

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

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


#eddd8b Background Color

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

This div background color is #eddd8b


#eddd8b Border Color

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

This div border color is #eddd8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddd8b


Comments

No comments written yet.

Please login to write comment.