Color Hex Logo

#edcfdd Color Hex

#EDCFDD
(237,207,221)
0 Favorites   0 Comments

Color spaces of #edcfdd

RGB 237207221
HSL0.920.450.87
HSV332°13°93°
CMYK 0.000.130.07   0.07
XYZ70.289067.850677.7985
Yxy67.85060.32550.3142
Hunter Lab82.37158.16701.6616
CIE-Lab85.931712.7932-3.0555

#edcfdd color RGB value is (237,207,221).

#edcfdd hex color red value is 237, green value is 207 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #edcfdd hue: 0.92 , saturation: 0.45 and the lightness value of edcfdd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 11011101
Octal 355 317 335
Decimal 237 207 221
Hex ED CF DD

RGB Percentages of Color #edcfdd

%35.64
%31.13
%33.23

CMYK Percentages of Color #edcfdd

%0
%13
%7
%7

Triadic Colors of #edcfdd

#edcfdd #ddedcf #cfdded

Analogous Colors of #edcfdd

#edcfdd #edd0cf #edcfec

Monochromatic Colors of #edcfdd

#edcfdd

Complementary Color

#edcfdd #cfeddf

#edcfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcfdd Color CSS Codes

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

#edcfdd Text Font Color

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

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


#edcfdd Background Color

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

This div background color is #edcfdd


#edcfdd Border Color

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

This div border color is #edcfdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,207,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 #edcfdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcfdd


Comments

No comments written yet.

Please login to write comment.