Color Hex Logo

#edaaa8 Color Hex

#EDAAA8
(237,170,168)
0 Favorites   0 Comments

Color spaces of #edaaa8

RGB 237170168
HSL0.000.660.79
HSV29°93°
CMYK 0.000.280.29   0.07
XYZ56.367749.581143.6450
Yxy49.58110.37680.3314
Hunter Lab70.413819.668612.5396
CIE-Lab75.811424.343010.8308

#edaaa8 color RGB value is (237,170,168).

#edaaa8 hex color red value is 237, green value is 170 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #edaaa8 hue: 0.00 , saturation: 0.66 and the lightness value of edaaa8 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 10101000
Octal 355 252 250
Decimal 237 170 168
Hex ED AA A8

RGB Percentages of Color #edaaa8

%41.22
%29.57
%29.22

CMYK Percentages of Color #edaaa8

%0
%28
%29
%7

Triadic Colors of #edaaa8

#edaaa8 #a8edaa #aaa8ed

Analogous Colors of #edaaa8

#edaaa8 #edcda8 #eda8c9

Monochromatic Colors of #edaaa8

#edaaa8

Complementary Color

#edaaa8 #a8ebed

#edaaa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaaa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaaa8 Color CSS Codes

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

#edaaa8 Text Font Color

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

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


#edaaa8 Background Color

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

This div background color is #edaaa8


#edaaa8 Border Color

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

This div border color is #edaaa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaaa8


Comments

No comments written yet.

Please login to write comment.