Color Hex Logo

#edaaad Color Hex

#EDAAAD
(237,170,173)
0 Favorites   0 Comments

Color spaces of #edaaad

RGB 237170173
HSL0.990.650.80
HSV357°28°93°
CMYK 0.000.280.27   0.07
XYZ56.842649.771146.1460
Yxy49.77110.37210.3258
Hunter Lab70.548620.361310.6023
CIE-Lab75.928525.01468.2682

#edaaad color RGB value is (237,170,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 10101101
Octal 355 252 255
Decimal 237 170 173
Hex ED AA AD

RGB Percentages of Color #edaaad

%40.86
%29.31
%29.83

CMYK Percentages of Color #edaaad

%0
%28
%27
%7

Triadic Colors of #edaaad

#edaaad #adedaa #aaaded

Analogous Colors of #edaaad

#edaaad #edc9aa #edaacf

Monochromatic Colors of #edaaad

#edaaad

Complementary Color

#edaaad #aaedea

#edaaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaaad Color CSS Codes

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

#edaaad Text Font Color

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

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


#edaaad Background Color

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

This div background color is #edaaad


#edaaad Border Color

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

This div border color is #edaaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaaad


Comments

No comments written yet.

Please login to write comment.