Color Hex Logo

#edcdcb Color Hex

#EDCDCB
(237,205,203)
0 Favorites   0 Comments

Color spaces of #edcdcb

RGB 237205203
HSL0.010.490.86
HSV14°93°
CMYK 0.000.140.14   0.07
XYZ67.535965.979065.6756
Yxy65.97900.33910.3312
Hunter Lab81.22756.26438.9209
CIE-Lab84.985710.88865.1296

#edcdcb color RGB value is (237,205,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 11001011
Octal 355 315 313
Decimal 237 205 203
Hex ED CD CB

RGB Percentages of Color #edcdcb

%36.74
%31.78
%31.47

CMYK Percentages of Color #edcdcb

%0
%14
%14
%7

Triadic Colors of #edcdcb

#edcdcb #cbedcd #cdcbed

Analogous Colors of #edcdcb

#edcdcb #eddecb #edcbda

Monochromatic Colors of #edcdcb

#edcdcb

Complementary Color

#edcdcb #cbebed

#edcdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcdcb Color CSS Codes

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

#edcdcb Text Font Color

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

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


#edcdcb Background Color

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

This div background color is #edcdcb


#edcdcb Border Color

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

This div border color is #edcdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcdcb


Comments

No comments written yet.

Please login to write comment.