Color Hex Logo

#edaac7 Color Hex

#EDAAC7
(237,170,199)
0 Favorites   0 Comments

Color spaces of #edaac7

RGB 237170199
HSL0.930.650.80
HSV334°28°93°
CMYK 0.000.280.16   0.07
XYZ59.608650.877560.7115
Yxy50.87750.34820.2972
Hunter Lab71.328524.3461-0.5350
CIE-Lab76.604728.8249-4.9507

#edaac7 color RGB value is (237,170,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 11000111
Octal 355 252 307
Decimal 237 170 199
Hex ED AA C7

RGB Percentages of Color #edaac7

%39.11
%28.05
%32.84

CMYK Percentages of Color #edaac7

%0
%28
%16
%7

Triadic Colors of #edaac7

#edaac7 #c7edaa #aac7ed

Analogous Colors of #edaac7

#edaac7 #edafaa #edaae9

Monochromatic Colors of #edaac7

#edaac7

Complementary Color

#edaac7 #aaedd0

#edaac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaac7 Color CSS Codes

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

#edaac7 Text Font Color

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

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


#edaac7 Background Color

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

This div background color is #edaac7


#edaac7 Border Color

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

This div border color is #edaac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaac7


Comments

No comments written yet.

Please login to write comment.