Color Hex Logo

#edcacd Color Hex

#EDCACD
(237,202,205)
0 Favorites   0 Comments

Color spaces of #edcacd

RGB 237202205
HSL0.990.490.86
HSV355°15°93°
CMYK 0.000.150.14   0.07
XYZ67.065064.653466.7022
Yxy64.65340.33800.3258
Hunter Lab80.40738.16797.1009
CIE-Lab84.304812.78403.0798

#edcacd color RGB value is (237,202,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 11001101
Octal 355 312 315
Decimal 237 202 205
Hex ED CA CD

RGB Percentages of Color #edcacd

%36.80
%31.37
%31.83

CMYK Percentages of Color #edcacd

%0
%15
%14
%7

Triadic Colors of #edcacd

#edcacd #cdedca #cacded

Analogous Colors of #edcacd

#edcacd #edd9ca #edcadf

Monochromatic Colors of #edcacd

#edcacd

Complementary Color

#edcacd #caedea

#edcacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcacd Color CSS Codes

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

#edcacd Text Font Color

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

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


#edcacd Background Color

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

This div background color is #edcacd


#edcacd Border Color

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

This div border color is #edcacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcacd


Comments

No comments written yet.

Please login to write comment.