Color Hex Logo

#a0eebd Color Hex

#A0EEBD
(160,238,189)
0 Favorites   0 Comments

Color spaces of #a0eebd

RGB 160238189
HSL0.400.700.78
HSV142°33°93°
CMYK 0.330.000.21   0.07
XYZ54.257072.296859.2391
Yxy72.29680.29200.3891
Hunter Lab85.0275-34.895418.2116
CIE-Lab88.1113-33.983716.2298

#a0eebd color RGB value is (160,238,189).

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

The process color (four color CMYK) of #a0eebd color hex is 0.33, 0.00, 0.21, 0.07. Web safe color of #a0eebd is #99ffcc. Color #a0eebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101110 10111101
Octal 240 356 275
Decimal 160 238 189
Hex A0 EE BD

RGB Percentages of Color #a0eebd

%27.26
%40.55
%32.20

CMYK Percentages of Color #a0eebd

%33
%0
%21
%7

Triadic Colors of #a0eebd

#a0eebd #bda0ee #eebda0

Analogous Colors of #a0eebd

#a0eebd #a0eee4 #aaeea0

Monochromatic Colors of #a0eebd

#a0eebd

Complementary Color

#a0eebd #eea0d1

#a0eebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0eebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0eebd Color CSS Codes

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

#a0eebd Text Font Color

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

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


#a0eebd Background Color

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

This div background color is #a0eebd


#a0eebd Border Color

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

This div border color is #a0eebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0eebd


Comments

No comments written yet.

Please login to write comment.