Color Hex Logo

#edccd7 Color Hex

#EDCCD7
(237,204,215)
0 Favorites   0 Comments

Color spaces of #edccd7

RGB 237204215
HSL0.940.480.86
HSV340°14°93°
CMYK 0.000.140.09   0.07
XYZ68.783766.096673.4226
Yxy66.09660.33020.3173
Hunter Lab81.29988.74523.3645
CIE-Lab85.045713.3612-1.1660

#edccd7 color RGB value is (237,204,215).

#edccd7 hex color red value is 237, green value is 204 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #edccd7 hue: 0.94 , saturation: 0.48 and the lightness value of edccd7 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 11010111
Octal 355 314 327
Decimal 237 204 215
Hex ED CC D7

RGB Percentages of Color #edccd7

%36.13
%31.10
%32.77

CMYK Percentages of Color #edccd7

%0
%14
%9
%7

Triadic Colors of #edccd7

#edccd7 #d7edcc #ccd7ed

Analogous Colors of #edccd7

#edccd7 #edd2cc #edcce8

Monochromatic Colors of #edccd7

#edccd7

Complementary Color

#edccd7 #ccede2

#edccd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edccd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edccd7 Color CSS Codes

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

#edccd7 Text Font Color

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

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


#edccd7 Background Color

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

This div background color is #edccd7


#edccd7 Border Color

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

This div border color is #edccd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edccd7


Comments

No comments written yet.

Please login to write comment.