Color Hex Logo

#eddebd Color Hex

#EDDEBD
(237,222,189)
0 Favorites   0 Comments

Color spaces of #eddebd

RGB 237222189
HSL0.110.570.84
HSV41°20°93°
CMYK 0.000.060.20   0.07
XYZ70.231673.921258.7107
Yxy73.92120.34620.3644
Hunter Lab85.9774-4.650919.6973
CIE-Lab88.8852-0.060718.0511

#eddebd color RGB value is (237,222,189).

#eddebd hex color red value is 237, green value is 222 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eddebd hue: 0.11 , saturation: 0.57 and the lightness value of eddebd is 0.84.

The process color (four color CMYK) of #eddebd color hex is 0.00, 0.06, 0.20, 0.07. Web safe color of #eddebd is #ffcccc. Color #eddebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 10111101
Octal 355 336 275
Decimal 237 222 189
Hex ED DE BD

RGB Percentages of Color #eddebd

%36.57
%34.26
%29.17

CMYK Percentages of Color #eddebd

%0
%6
%20
%7

Triadic Colors of #eddebd

#eddebd #bdedde #debded

Analogous Colors of #eddebd

#eddebd #e4edbd #edc6bd

Monochromatic Colors of #eddebd

#eddebd

Complementary Color

#eddebd #bdcced

#eddebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddebd Color CSS Codes

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

#eddebd Text Font Color

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

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


#eddebd Background Color

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

This div background color is #eddebd


#eddebd Border Color

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

This div border color is #eddebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddebd


Comments

No comments written yet.

Please login to write comment.