Color Hex Logo

#edaaba Color Hex

#EDAABA
(237,170,186)
0 Favorites   0 Comments

Color spaces of #edaaba

RGB 237170186
HSL0.960.650.80
HSV346°28°93°
CMYK 0.000.280.22   0.07
XYZ58.162750.299153.0976
Yxy50.29910.36000.3113
Hunter Lab70.921922.27385.2562
CIE-Lab76.252526.85451.6330

#edaaba color RGB value is (237,170,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 10111010
Octal 355 252 272
Decimal 237 170 186
Hex ED AA BA

RGB Percentages of Color #edaaba

%39.97
%28.67
%31.37

CMYK Percentages of Color #edaaba

%0
%28
%22
%7

Triadic Colors of #edaaba

#edaaba #baedaa #aabaed

Analogous Colors of #edaaba

#edaaba #edbcaa #edaadc

Monochromatic Colors of #edaaba

#edaaba

Complementary Color

#edaaba #aaeddd

#edaaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaaba Color CSS Codes

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

#edaaba Text Font Color

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

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


#edaaba Background Color

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

This div background color is #edaaba


#edaaba Border Color

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

This div border color is #edaaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaaba


Comments

No comments written yet.

Please login to write comment.