Color Hex Logo

#edcadd Color Hex

#EDCADD
(237,202,221)
0 Favorites   0 Comments

Color spaces of #edcadd

RGB 237202221
HSL0.910.490.86
HSV327°15°93°
CMYK 0.000.150.07   0.07
XYZ69.096765.466077.4010
Yxy65.46600.32600.3089
Hunter Lab80.911110.8417-0.0802
CIE-Lab84.723315.4306-4.8339

#edcadd color RGB value is (237,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 11011101
Octal 355 312 335
Decimal 237 202 221
Hex ED CA DD

RGB Percentages of Color #edcadd

%35.91
%30.61
%33.48

CMYK Percentages of Color #edcadd

%0
%15
%7
%7

Triadic Colors of #edcadd

#edcadd #ddedca #cadded

Analogous Colors of #edcadd

#edcadd #edcacc #eccaed

Monochromatic Colors of #edcadd

#edcadd

Complementary Color

#edcadd #caedda

#edcadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcadd Color CSS Codes

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

#edcadd Text Font Color

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

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


#edcadd Background Color

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

This div background color is #edcadd


#edcadd Border Color

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

This div border color is #edcadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcadd


Comments

No comments written yet.

Please login to write comment.