Color Hex Logo

#edcace Color Hex

#EDCACE
(237,202,206)
0 Favorites   0 Comments

Color spaces of #edcace

RGB 237202206
HSL0.980.490.86
HSV353°15°93°
CMYK 0.000.150.13   0.07
XYZ67.186264.701867.3401
Yxy64.70180.33720.3248
Hunter Lab80.43748.32856.6702
CIE-Lab84.329812.94422.5831

#edcace color RGB value is (237,202,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 11001110
Octal 355 312 316
Decimal 237 202 206
Hex ED CA CE

RGB Percentages of Color #edcace

%36.74
%31.32
%31.94

CMYK Percentages of Color #edcace

%0
%15
%13
%7

Triadic Colors of #edcace

#edcace #ceedca #caceed

Analogous Colors of #edcace

#edcace #edd8ca #edcae0

Monochromatic Colors of #edcace

#edcace

Complementary Color

#edcace #caede9

#edcace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcace Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcace Color CSS Codes

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

#edcace Text Font Color

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

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


#edcace Background Color

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

This div background color is #edcace


#edcace Border Color

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

This div border color is #edcace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcace


Comments

No comments written yet.

Please login to write comment.