Color Hex Logo

#edcae9 Color Hex

#EDCAE9
(237,202,233)
0 Favorites   0 Comments

Color spaces of #edcae9

RGB 237202233
HSL0.850.490.86
HSV307°15°93°
CMYK 0.000.150.02   0.07
XYZ70.753666.128886.1258
Yxy66.12880.31730.2965
Hunter Lab81.319612.9978-5.8704
CIE-Lab85.062117.5356-10.7193

#edcae9 color RGB value is (237,202,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 11101001
Octal 355 312 351
Decimal 237 202 233
Hex ED CA E9

RGB Percentages of Color #edcae9

%35.27
%30.06
%34.67

CMYK Percentages of Color #edcae9

%0
%15
%2
%7

Triadic Colors of #edcae9

#edcae9 #e9edca #cae9ed

Analogous Colors of #edcae9

#edcae9 #edcad8 #e0caed

Monochromatic Colors of #edcae9

#edcae9

Complementary Color

#edcae9 #caedce

#edcae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcae9 Color CSS Codes

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

#edcae9 Text Font Color

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

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


#edcae9 Background Color

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

This div background color is #edcae9


#edcae9 Border Color

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

This div border color is #edcae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcae9


Comments

No comments written yet.

Please login to write comment.