Color Hex Logo

#edcecb Color Hex

#EDCECB
(237,206,203)
0 Favorites   0 Comments

Color spaces of #edcecb

RGB 237206203
HSL0.010.490.86
HSV14°93°
CMYK 0.000.130.14   0.07
XYZ67.775966.458965.7556
Yxy66.45890.33890.3323
Hunter Lab81.52235.73709.2425
CIE-Lab85.230010.36375.4822

#edcecb color RGB value is (237,206,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001110 11001011
Octal 355 316 313
Decimal 237 206 203
Hex ED CE CB

RGB Percentages of Color #edcecb

%36.69
%31.89
%31.42

CMYK Percentages of Color #edcecb

%0
%13
%14
%7

Triadic Colors of #edcecb

#edcecb #cbedce #cecbed

Analogous Colors of #edcecb

#edcecb #eddfcb #edcbd9

Monochromatic Colors of #edcecb

#edcecb

Complementary Color

#edcecb #cbeaed

#edcecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcecb Color CSS Codes

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

#edcecb Text Font Color

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

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


#edcecb Background Color

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

This div background color is #edcecb


#edcecb Border Color

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

This div border color is #edcecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcecb


Comments

No comments written yet.

Please login to write comment.