Color Hex Logo

#a0e9ad Color Hex

#A0E9AD
(160,233,173)
0 Favorites   0 Comments

Color spaces of #a0e9ad

RGB 160233173
HSL0.360.620.77
HSV131°31°91°
CMYK 0.310.000.26   0.09
XYZ51.178968.768550.1114
Yxy68.76850.30090.4044
Hunter Lab82.9268-34.959222.2207
CIE-Lab86.3893-34.558222.1185

#a0e9ad color RGB value is (160,233,173).

#a0e9ad hex color red value is 160, green value is 233 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a0e9ad hue: 0.36 , saturation: 0.62 and the lightness value of a0e9ad is 0.77.

The process color (four color CMYK) of #a0e9ad color hex is 0.31, 0.00, 0.26, 0.09. Web safe color of #a0e9ad is #99ff99. Color #a0e9ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101001 10101101
Octal 240 351 255
Decimal 160 233 173
Hex A0 E9 AD

RGB Percentages of Color #a0e9ad

%28.27
%41.17
%30.57

CMYK Percentages of Color #a0e9ad

%31
%0
%26
%9

Triadic Colors of #a0e9ad

#a0e9ad #ada0e9 #e9ada0

Analogous Colors of #a0e9ad

#a0e9ad #a0e9d2 #b8e9a0

Monochromatic Colors of #a0e9ad

#a0e9ad

Complementary Color

#a0e9ad #e9a0dc

#a0e9ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0e9ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0e9ad Color CSS Codes

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

#a0e9ad Text Font Color

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

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


#a0e9ad Background Color

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

This div background color is #a0e9ad


#a0e9ad Border Color

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

This div border color is #a0e9ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,233,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 #a0e9ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0e9ad


Comments

No comments written yet.

Please login to write comment.