Color Hex Logo

#edaac0 Color Hex

#EDAAC0
(237,170,192)
0 Favorites   0 Comments

Color spaces of #edaac0

RGB 237170192
HSL0.950.650.80
HSV340°28°93°
CMYK 0.000.280.19   0.07
XYZ58.814250.559756.5283
Yxy50.55970.35450.3048
Hunter Lab71.105323.21052.6386
CIE-Lab76.411527.7480-1.4127

#edaac0 color RGB value is (237,170,192).

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

The process color (four color CMYK) of #edaac0 color hex is 0.00, 0.28, 0.19, 0.07. Web safe color of #edaac0 is #ff99cc. Color #edaac0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 11000000
Octal 355 252 300
Decimal 237 170 192
Hex ED AA C0

RGB Percentages of Color #edaac0

%39.57
%28.38
%32.05

CMYK Percentages of Color #edaac0

%0
%28
%19
%7

Triadic Colors of #edaac0

#edaac0 #c0edaa #aac0ed

Analogous Colors of #edaac0

#edaac0 #edb6aa #edaae2

Monochromatic Colors of #edaac0

#edaac0

Complementary Color

#edaac0 #aaedd7

#edaac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaac0 Color CSS Codes

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

#edaac0 Text Font Color

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

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


#edaac0 Background Color

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

This div background color is #edaac0


#edaac0 Border Color

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

This div border color is #edaac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaac0


Comments

No comments written yet.

Please login to write comment.