Color Hex Logo

#edeccb Color Hex

#EDECCB
(237,236,203)
0 Favorites   0 Comments

Color spaces of #edeccb

RGB 237236203
HSL0.160.490.86
HSV58°14°93°
CMYK 0.000.000.14   0.07
XYZ75.700082.307268.3970
Yxy82.30720.33440.3635
Hunter Lab90.7233-9.824518.8071
CIE-Lab92.7103-5.107916.1453

#edeccb color RGB value is (237,236,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 11001011
Octal 355 354 313
Decimal 237 236 203
Hex ED EC CB

RGB Percentages of Color #edeccb

%35.06
%34.91
%30.03

CMYK Percentages of Color #edeccb

%0
%0
%14
%7

Triadic Colors of #edeccb

#edeccb #cbedec #eccbed

Analogous Colors of #edeccb

#edeccb #ddedcb #eddbcb

Monochromatic Colors of #edeccb

#edeccb

Complementary Color

#edeccb #cbcced

#edeccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeccb Color CSS Codes

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

#edeccb Text Font Color

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

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


#edeccb Background Color

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

This div background color is #edeccb


#edeccb Border Color

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

This div border color is #edeccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeccb


Comments

No comments written yet.

Please login to write comment.