Color Hex Logo

#edaac5 Color Hex

#EDAAC5
(237,170,197)
0 Favorites   0 Comments

Color spaces of #edaac5

RGB 237170197
HSL0.930.650.80
HSV336°28°93°
CMYK 0.000.280.17   0.07
XYZ59.377850.785259.4963
Yxy50.78520.35000.2993
Hunter Lab71.263724.01680.3849
CIE-Lab76.548728.5134-3.9416

#edaac5 color RGB value is (237,170,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 11000101
Octal 355 252 305
Decimal 237 170 197
Hex ED AA C5

RGB Percentages of Color #edaac5

%39.24
%28.15
%32.62

CMYK Percentages of Color #edaac5

%0
%28
%17
%7

Triadic Colors of #edaac5

#edaac5 #c5edaa #aac5ed

Analogous Colors of #edaac5

#edaac5 #edb1aa #edaae7

Monochromatic Colors of #edaac5

#edaac5

Complementary Color

#edaac5 #aaedd2

#edaac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaac5 Color CSS Codes

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

#edaac5 Text Font Color

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

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


#edaac5 Background Color

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

This div background color is #edaac5


#edaac5 Border Color

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

This div border color is #edaac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaac5


Comments

No comments written yet.

Please login to write comment.