Color Hex Logo

#edddcb Color Hex

#EDDDCB
(237,221,203)
0 Favorites   0 Comments

Color spaces of #edddcb

RGB 237221203
HSL0.090.490.86
HSV32°14°93°
CMYK 0.000.070.14   0.07
XYZ71.561074.029267.0173
Yxy74.02920.33660.3482
Hunter Lab86.0402-2.109114.0468
CIE-Lab88.93632.553610.7980

#edddcb color RGB value is (237,221,203).

#edddcb hex color red value is 237, green value is 221 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #edddcb hue: 0.09 , saturation: 0.49 and the lightness value of edddcb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 11001011
Octal 355 335 313
Decimal 237 221 203
Hex ED DD CB

RGB Percentages of Color #edddcb

%35.85
%33.43
%30.71

CMYK Percentages of Color #edddcb

%0
%7
%14
%7

Triadic Colors of #edddcb

#edddcb #cbeddd #ddcbed

Analogous Colors of #edddcb

#edddcb #ecedcb #edcccb

Monochromatic Colors of #edddcb

#edddcb

Complementary Color

#edddcb #cbdbed

#edddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edddcb Color CSS Codes

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

#edddcb Text Font Color

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

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


#edddcb Background Color

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

This div background color is #edddcb


#edddcb Border Color

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

This div border color is #edddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edddcb


Comments

No comments written yet.

Please login to write comment.