Color Hex Logo

#edcadc Color Hex

#EDCADC
(237,202,220)
0 Favorites   0 Comments

Color spaces of #edcadc

RGB 237202220
HSL0.910.490.86
HSV329°15°93°
CMYK 0.000.150.07   0.07
XYZ68.963865.412976.7013
Yxy65.41290.32670.3099
Hunter Lab80.878210.66770.3868
CIE-Lab84.696115.2596-4.3414

#edcadc color RGB value is (237,202,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 11011100
Octal 355 312 334
Decimal 237 202 220
Hex ED CA DC

RGB Percentages of Color #edcadc

%35.96
%30.65
%33.38

CMYK Percentages of Color #edcadc

%0
%15
%7
%7

Triadic Colors of #edcadc

#edcadc #dcedca #cadced

Analogous Colors of #edcadc

#edcadc #edcacb #edcaed

Monochromatic Colors of #edcadc

#edcadc

Complementary Color

#edcadc #caeddb

#edcadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcadc Color CSS Codes

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

#edcadc Text Font Color

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

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


#edcadc Background Color

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

This div background color is #edcadc


#edcadc Border Color

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

This div border color is #edcadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcadc


Comments

No comments written yet.

Please login to write comment.