Color Hex Logo

#eddd9b Color Hex

#EDDD9B
(237,221,155)
0 Favorites   0 Comments

Color spaces of #eddd9b

RGB 237221155
HSL0.130.690.77
HSV48°35°93°
CMYK 0.000.070.35   0.07
XYZ66.697972.084041.4086
Yxy72.08400.37020.4000
Hunter Lab84.9023-8.352230.5147
CIE-Lab88.0090-3.996034.4242

#eddd9b color RGB value is (237,221,155).

#eddd9b hex color red value is 237, green value is 221 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #eddd9b hue: 0.13 , saturation: 0.69 and the lightness value of eddd9b is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 10011011
Octal 355 335 233
Decimal 237 221 155
Hex ED DD 9B

RGB Percentages of Color #eddd9b

%38.66
%36.05
%25.29

CMYK Percentages of Color #eddd9b

%0
%7
%35
%7

Triadic Colors of #eddd9b

#eddd9b #9beddd #dd9bed

Analogous Colors of #eddd9b

#eddd9b #d4ed9b #edb49b

Monochromatic Colors of #eddd9b

#eddd9b

Complementary Color

#eddd9b #9babed

#eddd9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddd9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddd9b Color CSS Codes

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

#eddd9b Text Font Color

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

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


#eddd9b Background Color

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

This div background color is #eddd9b


#eddd9b Border Color

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

This div border color is #eddd9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddd9b


Comments

No comments written yet.

Please login to write comment.