Color Hex Logo

#a0daaa Color Hex

#A0DAAA
(160,218,170)
0 Favorites   0 Comments

Color spaces of #a0daaa

RGB 160218170
HSL0.360.440.74
HSV130°27°85°
CMYK 0.270.000.22   0.15
XYZ46.824360.518747.2436
Yxy60.51870.30290.3915
Hunter Lab77.7938-28.699418.4492
CIE-Lab82.1193-28.033717.7602

#a0daaa color RGB value is (160,218,170).

#a0daaa hex color red value is 160, green value is 218 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a0daaa hue: 0.36 , saturation: 0.44 and the lightness value of a0daaa is 0.74.

The process color (four color CMYK) of #a0daaa color hex is 0.27, 0.00, 0.22, 0.15. Web safe color of #a0daaa is #99cc99. Color #a0daaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011010 10101010
Octal 240 332 252
Decimal 160 218 170
Hex A0 DA AA

RGB Percentages of Color #a0daaa

%29.20
%39.78
%31.02

CMYK Percentages of Color #a0daaa

%27
%0
%22
%15

Triadic Colors of #a0daaa

#a0daaa #aaa0da #daaaa0

Analogous Colors of #a0daaa

#a0daaa #a0dac7 #b3daa0

Monochromatic Colors of #a0daaa

#a0daaa

Complementary Color

#a0daaa #daa0d0

#a0daaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0daaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0daaa Color CSS Codes

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

#a0daaa Text Font Color

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

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


#a0daaa Background Color

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

This div background color is #a0daaa


#a0daaa Border Color

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

This div border color is #a0daaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0daaa


Comments

No comments written yet.

Please login to write comment.