Color Hex Logo

#eddbbd Color Hex

#EDDBBD
(237,219,189)
0 Favorites   0 Comments

Color spaces of #eddbbd

RGB 237219189
HSL0.100.570.84
HSV38°20°93°
CMYK 0.000.080.20   0.07
XYZ69.441972.341758.4475
Yxy72.34170.34680.3613
Hunter Lab85.0539-3.108818.7947
CIE-Lab88.13281.481916.9974

#eddbbd color RGB value is (237,219,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 10111101
Octal 355 333 275
Decimal 237 219 189
Hex ED DB BD

RGB Percentages of Color #eddbbd

%36.74
%33.95
%29.30

CMYK Percentages of Color #eddbbd

%0
%8
%20
%7

Triadic Colors of #eddbbd

#eddbbd #bdeddb #dbbded

Analogous Colors of #eddbbd

#eddbbd #e7edbd #edc3bd

Monochromatic Colors of #eddbbd

#eddbbd

Complementary Color

#eddbbd #bdcfed

#eddbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddbbd Color CSS Codes

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

#eddbbd Text Font Color

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

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


#eddbbd Background Color

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

This div background color is #eddbbd


#eddbbd Border Color

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

This div border color is #eddbbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,219,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 #eddbbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddbbd


Comments

No comments written yet.

Please login to write comment.