Color Hex Logo

#edcedd Color Hex

#EDCEDD
(237,206,221)
0 Favorites   0 Comments

Color spaces of #edcedd

RGB 237206221
HSL0.920.460.87
HSV331°13°93°
CMYK 0.000.130.07   0.07
XYZ70.047567.367677.7180
Yxy67.36760.32560.3131
Hunter Lab82.07788.70091.3138
CIE-Lab85.689213.3198-3.4118

#edcedd color RGB value is (237,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001110 11011101
Octal 355 316 335
Decimal 237 206 221
Hex ED CE DD

RGB Percentages of Color #edcedd

%35.69
%31.02
%33.28

CMYK Percentages of Color #edcedd

%0
%13
%7
%7

Triadic Colors of #edcedd

#edcedd #ddedce #cedded

Analogous Colors of #edcedd

#edcedd #edcfce #edceed

Monochromatic Colors of #edcedd

#edcedd

Complementary Color

#edcedd #ceedde

#edcedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcedd Color CSS Codes

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

#edcedd Text Font Color

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

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


#edcedd Background Color

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

This div background color is #edcedd


#edcedd Border Color

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

This div border color is #edcedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcedd


Comments

No comments written yet.

Please login to write comment.