Color Hex Logo

#edcce0 Color Hex

#EDCCE0
(237,204,224)
0 Favorites   0 Comments

Color spaces of #edcce0

RGB 237204224
HSL0.900.480.86
HSV324°14°93°
CMYK 0.000.140.05   0.07
XYZ69.972566.572179.6828
Yxy66.57210.32360.3079
Hunter Lab81.591710.2948-0.7886
CIE-Lab85.287414.8907-5.5984

#edcce0 color RGB value is (237,204,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 11100000
Octal 355 314 340
Decimal 237 204 224
Hex ED CC E0

RGB Percentages of Color #edcce0

%35.64
%30.68
%33.68

CMYK Percentages of Color #edcce0

%0
%14
%5
%7

Triadic Colors of #edcce0

#edcce0 #e0edcc #cce0ed

Analogous Colors of #edcce0

#edcce0 #edccd0 #eacced

Monochromatic Colors of #edcce0

#edcce0

Complementary Color

#edcce0 #ccedd9

#edcce0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcce0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcce0 Color CSS Codes

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

#edcce0 Text Font Color

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

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


#edcce0 Background Color

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

This div background color is #edcce0


#edcce0 Border Color

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

This div border color is #edcce0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcce0


Comments

No comments written yet.

Please login to write comment.