Color Hex Logo

#abd2aa Color Hex

#ABD2AA
(171,210,170)
0 Favorites   0 Comments

Color spaces of #abd2aa

RGB 171210170
HSL0.330.310.75
HSV119°19°82°
CMYK 0.190.000.19   0.18
XYZ47.096957.653446.6762
Yxy57.65340.31100.3807
Hunter Lab75.9298-22.159316.7037
CIE-Lab80.5457-20.486115.6556

#abd2aa color RGB value is (171,210,170).

#abd2aa hex color red value is 171, green value is 210 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #abd2aa hue: 0.33 , saturation: 0.31 and the lightness value of abd2aa is 0.75.

The process color (four color CMYK) of #abd2aa color hex is 0.19, 0.00, 0.19, 0.18. Web safe color of #abd2aa is #99cc99. Color #abd2aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010010 10101010
Octal 253 322 252
Decimal 171 210 170
Hex AB D2 AA

RGB Percentages of Color #abd2aa

%31.03
%38.11
%30.85

CMYK Percentages of Color #abd2aa

%19
%0
%19
%18

Triadic Colors of #abd2aa

#abd2aa #aaabd2 #d2aaab

Analogous Colors of #abd2aa

#abd2aa #aad2bd #bfd2aa

Monochromatic Colors of #abd2aa

#abd2aa

Complementary Color

#abd2aa #d1aad2

#abd2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd2aa Color CSS Codes

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

#abd2aa Text Font Color

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

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


#abd2aa Background Color

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

This div background color is #abd2aa


#abd2aa Border Color

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

This div border color is #abd2aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd2aa


Comments

No comments written yet.

Please login to write comment.