Color Hex Logo

#edd9bb Color Hex

#EDD9BB
(237,217,187)
0 Favorites   0 Comments

Color spaces of #edd9bb

RGB 237217187
HSL0.100.580.83
HSV36°21°93°
CMYK 0.000.080.21   0.07
XYZ68.707571.218157.1389
Yxy71.21810.34870.3614
Hunter Lab84.3908-2.356618.9298
CIE-Lab87.59092.224717.2853

#edd9bb color RGB value is (237,217,187).

#edd9bb hex color red value is 237, green value is 217 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #edd9bb hue: 0.10 , saturation: 0.58 and the lightness value of edd9bb is 0.83.

The process color (four color CMYK) of #edd9bb color hex is 0.00, 0.08, 0.21, 0.07. Web safe color of #edd9bb is #ffcccc. Color #edd9bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011001 10111011
Octal 355 331 273
Decimal 237 217 187
Hex ED D9 BB

RGB Percentages of Color #edd9bb

%36.97
%33.85
%29.17

CMYK Percentages of Color #edd9bb

%0
%8
%21
%7

Triadic Colors of #edd9bb

#edd9bb #bbedd9 #d9bbed

Analogous Colors of #edd9bb

#edd9bb #e8edbb #edc0bb

Monochromatic Colors of #edd9bb

#edd9bb

Complementary Color

#edd9bb #bbcfed

#edd9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd9bb Color CSS Codes

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

#edd9bb Text Font Color

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

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


#edd9bb Background Color

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

This div background color is #edd9bb


#edd9bb Border Color

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

This div border color is #edd9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd9bb


Comments

No comments written yet.

Please login to write comment.