Color Hex Logo

#a0deac Color Hex

#A0DEAC
(160,222,172)
0 Favorites   0 Comments

Color spaces of #a0deac

RGB 160222172
HSL0.370.480.75
HSV132°28°87°
CMYK 0.280.000.23   0.13
XYZ48.064962.694748.5977
Yxy62.69470.30160.3934
Hunter Lab79.1800-30.209519.0360
CIE-Lab83.2815-29.585918.3309

#a0deac color RGB value is (160,222,172).

#a0deac hex color red value is 160, green value is 222 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a0deac hue: 0.37 , saturation: 0.48 and the lightness value of a0deac is 0.75.

The process color (four color CMYK) of #a0deac color hex is 0.28, 0.00, 0.23, 0.13. Web safe color of #a0deac is #99cc99. Color #a0deac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011110 10101100
Octal 240 336 254
Decimal 160 222 172
Hex A0 DE AC

RGB Percentages of Color #a0deac

%28.88
%40.07
%31.05

CMYK Percentages of Color #a0deac

%28
%0
%23
%13

Triadic Colors of #a0deac

#a0deac #aca0de #deaca0

Analogous Colors of #a0deac

#a0deac #a0decb #b3dea0

Monochromatic Colors of #a0deac

#a0deac

Complementary Color

#a0deac #dea0d2

#a0deac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0deac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0deac Color CSS Codes

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

#a0deac Text Font Color

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

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


#a0deac Background Color

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

This div background color is #a0deac


#a0deac Border Color

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

This div border color is #a0deac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0deac


Comments

No comments written yet.

Please login to write comment.