Color Hex Logo

#edcbdc Color Hex

#EDCBDC
(237,203,220)
0 Favorites   0 Comments

Color spaces of #edcbdc

RGB 237203220
HSL0.920.490.86
HSV330°14°93°
CMYK 0.000.140.07   0.07
XYZ69.199365.883776.7798
Yxy65.88370.32660.3110
Hunter Lab81.168810.13230.7341
CIE-Lab84.937114.7316-3.9866

#edcbdc color RGB value is (237,203,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 11011100
Octal 355 313 334
Decimal 237 203 220
Hex ED CB DC

RGB Percentages of Color #edcbdc

%35.91
%30.76
%33.33

CMYK Percentages of Color #edcbdc

%0
%14
%7
%7

Triadic Colors of #edcbdc

#edcbdc #dcedcb #cbdced

Analogous Colors of #edcbdc

#edcbdc #edcbcb #edcbed

Monochromatic Colors of #edcbdc

#edcbdc

Complementary Color

#edcbdc #cbeddc

#edcbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcbdc Color CSS Codes

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

#edcbdc Text Font Color

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

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


#edcbdc Background Color

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

This div background color is #edcbdc


#edcbdc Border Color

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

This div border color is #edcbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcbdc


Comments

No comments written yet.

Please login to write comment.