Color Hex Logo

#edaec2 Color Hex

#EDAEC2
(237,174,194)
0 Favorites   0 Comments

Color spaces of #edaec2

RGB 237174194
HSL0.950.640.81
HSV341°27°93°
CMYK 0.000.270.18   0.07
XYZ59.798752.171757.9573
Yxy52.17170.35190.3070
Hunter Lab72.230021.37642.9867
CIE-Lab77.383425.9232-1.0803

#edaec2 color RGB value is (237,174,194).

#edaec2 hex color red value is 237, green value is 174 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #edaec2 hue: 0.95 , saturation: 0.64 and the lightness value of edaec2 is 0.81.

The process color (four color CMYK) of #edaec2 color hex is 0.00, 0.27, 0.18, 0.07. Web safe color of #edaec2 is #ff99cc. Color #edaec2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 11000010
Octal 355 256 302
Decimal 237 174 194
Hex ED AE C2

RGB Percentages of Color #edaec2

%39.17
%28.76
%32.07

CMYK Percentages of Color #edaec2

%0
%27
%18
%7

Triadic Colors of #edaec2

#edaec2 #c2edae #aec2ed

Analogous Colors of #edaec2

#edaec2 #edbaae #edaee2

Monochromatic Colors of #edaec2

#edaec2

Complementary Color

#edaec2 #aeedd9

#edaec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaec2 Color CSS Codes

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

#edaec2 Text Font Color

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

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


#edaec2 Background Color

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

This div background color is #edaec2


#edaec2 Border Color

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

This div border color is #edaec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaec2


Comments

No comments written yet.

Please login to write comment.