Color Hex Logo

#edcae7 Color Hex

#EDCAE7
(237,202,231)
0 Favorites   0 Comments

Color spaces of #edcae7

RGB 237202231
HSL0.860.490.86
HSV310°15°93°
CMYK 0.000.150.03   0.07
XYZ70.469466.015184.6294
Yxy66.01510.31870.2986
Hunter Lab81.249712.6295-4.8815
CIE-Lab85.004117.1779-9.7417

#edcae7 color RGB value is (237,202,231).

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

The process color (four color CMYK) of #edcae7 color hex is 0.00, 0.15, 0.03, 0.07. Web safe color of #edcae7 is #ffccff. Color #edcae7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 11100111
Octal 355 312 347
Decimal 237 202 231
Hex ED CA E7

RGB Percentages of Color #edcae7

%35.37
%30.15
%34.48

CMYK Percentages of Color #edcae7

%0
%15
%3
%7

Triadic Colors of #edcae7

#edcae7 #e7edca #cae7ed

Analogous Colors of #edcae7

#edcae7 #edcad6 #e2caed

Monochromatic Colors of #edcae7

#edcae7

Complementary Color

#edcae7 #caedd0

#edcae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcae7 Color CSS Codes

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

#edcae7 Text Font Color

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

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


#edcae7 Background Color

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

This div background color is #edcae7


#edcae7 Border Color

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

This div border color is #edcae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcae7


Comments

No comments written yet.

Please login to write comment.