Color Hex Logo

#edcbca Color Hex

#EDCBCA
(237,203,202)
0 Favorites   0 Comments

Color spaces of #edcbca

RGB 237203202
HSL0.000.490.86
HSV15°93°
CMYK 0.000.140.15   0.07
XYZ66.941764.980764.8914
Yxy64.98070.34010.3302
Hunter Lab80.61067.16378.6991
CIE-Lab84.473811.78274.9223

#edcbca color RGB value is (237,203,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 11001010
Octal 355 313 312
Decimal 237 203 202
Hex ED CB CA

RGB Percentages of Color #edcbca

%36.92
%31.62
%31.46

CMYK Percentages of Color #edcbca

%0
%14
%15
%7

Triadic Colors of #edcbca

#edcbca #caedcb #cbcaed

Analogous Colors of #edcbca

#edcbca #edddca #edcadb

Monochromatic Colors of #edcbca

#edcbca

Complementary Color

#edcbca #caeced

#edcbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcbca Color CSS Codes

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

#edcbca Text Font Color

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

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


#edcbca Background Color

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

This div background color is #edcbca


#edcbca Border Color

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

This div border color is #edcbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcbca


Comments

No comments written yet.

Please login to write comment.