Color Hex Logo

#edaaac Color Hex

#EDAAAC
(237,170,172)
0 Favorites   0 Comments

Color spaces of #edaaac

RGB 237170172
HSL1.000.650.80
HSV358°28°93°
CMYK 0.000.280.27   0.07
XYZ56.746249.732545.6382
Yxy49.73250.37300.3269
Hunter Lab70.521320.221010.9951
CIE-Lab75.904824.87888.7803

#edaaac color RGB value is (237,170,172).

#edaaac hex color red value is 237, green value is 170 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #edaaac hue: 1.00 , saturation: 0.65 and the lightness value of edaaac is 0.80.

The process color (four color CMYK) of #edaaac color hex is 0.00, 0.28, 0.27, 0.07. Web safe color of #edaaac is #ff9999. Color #edaaac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 10101100
Octal 355 252 254
Decimal 237 170 172
Hex ED AA AC

RGB Percentages of Color #edaaac

%40.93
%29.36
%29.71

CMYK Percentages of Color #edaaac

%0
%28
%27
%7

Triadic Colors of #edaaac

#edaaac #acedaa #aaaced

Analogous Colors of #edaaac

#edaaac #edcaaa #edaace

Monochromatic Colors of #edaaac

#edaaac

Complementary Color

#edaaac #aaedeb

#edaaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaaac Color CSS Codes

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

#edaaac Text Font Color

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

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


#edaaac Background Color

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

This div background color is #edaaac


#edaaac Border Color

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

This div border color is #edaaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaaac


Comments

No comments written yet.

Please login to write comment.