Color Hex Logo

#a0dcab Color Hex

#A0DCAB
(160,220,171)
0 Favorites   0 Comments

Color spaces of #a0dcab

RGB 160220171
HSL0.360.460.75
HSV131°27°86°
CMYK 0.270.000.22   0.14
XYZ47.441161.600347.9177
Yxy61.60030.30230.3925
Hunter Lab78.4859-29.455218.7420
CIE-Lab82.7004-28.812018.0453

#a0dcab color RGB value is (160,220,171).

#a0dcab hex color red value is 160, green value is 220 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a0dcab hue: 0.36 , saturation: 0.46 and the lightness value of a0dcab is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011100 10101011
Octal 240 334 253
Decimal 160 220 171
Hex A0 DC AB

RGB Percentages of Color #a0dcab

%29.04
%39.93
%31.03

CMYK Percentages of Color #a0dcab

%27
%0
%22
%14

Triadic Colors of #a0dcab

#a0dcab #aba0dc #dcaba0

Analogous Colors of #a0dcab

#a0dcab #a0dcc9 #b3dca0

Monochromatic Colors of #a0dcab

#a0dcab

Complementary Color

#a0dcab #dca0d1

#a0dcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0dcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0dcab Color CSS Codes

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

#a0dcab Text Font Color

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

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


#a0dcab Background Color

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

This div background color is #a0dcab


#a0dcab Border Color

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

This div border color is #a0dcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0dcab


Comments

No comments written yet.

Please login to write comment.