Color Hex Logo

#a0eabd Color Hex

#A0EABD
(160,234,189)
0 Favorites   0 Comments

Color spaces of #a0eabd

RGB 160234189
HSL0.400.640.77
HSV144°32°92°
CMYK 0.320.000.19   0.08
XYZ53.105369.993358.8552
Yxy69.99330.29190.3847
Hunter Lab83.6620-33.103816.8536
CIE-Lab86.9936-32.121914.6562

#a0eabd color RGB value is (160,234,189).

#a0eabd hex color red value is 160, green value is 234 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a0eabd hue: 0.40 , saturation: 0.64 and the lightness value of a0eabd is 0.77.

The process color (four color CMYK) of #a0eabd color hex is 0.32, 0.00, 0.19, 0.08. Web safe color of #a0eabd is #99ffcc. Color #a0eabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101010 10111101
Octal 240 352 275
Decimal 160 234 189
Hex A0 EA BD

RGB Percentages of Color #a0eabd

%27.44
%40.14
%32.42

CMYK Percentages of Color #a0eabd

%32
%0
%19
%8

Triadic Colors of #a0eabd

#a0eabd #bda0ea #eabda0

Analogous Colors of #a0eabd

#a0eabd #a0eae2 #a8eaa0

Monochromatic Colors of #a0eabd

#a0eabd

Complementary Color

#a0eabd #eaa0cd

#a0eabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0eabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0eabd Color CSS Codes

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

#a0eabd Text Font Color

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

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


#a0eabd Background Color

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

This div background color is #a0eabd


#a0eabd Border Color

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

This div border color is #a0eabd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,234,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0eabd


Comments

No comments written yet.

Please login to write comment.