Color Hex Logo

#abd9ab Color Hex

#ABD9AB
(171,217,171)
0 Favorites   0 Comments

Color spaces of #abd9ab

RGB 171217171
HSL0.330.380.76
HSV120°21°85°
CMYK 0.210.000.21   0.15
XYZ48.958161.223947.7651
Yxy61.22390.31000.3876
Hunter Lab78.2457-25.243118.5784
CIE-Lab82.4990-23.760517.8596

#abd9ab color RGB value is (171,217,171).

#abd9ab hex color red value is 171, green value is 217 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #abd9ab hue: 0.33 , saturation: 0.38 and the lightness value of abd9ab is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011001 10101011
Octal 253 331 253
Decimal 171 217 171
Hex AB D9 AB

RGB Percentages of Color #abd9ab

%30.59
%38.82
%30.59

CMYK Percentages of Color #abd9ab

%21
%0
%21
%15

Triadic Colors of #abd9ab

#abd9ab #ababd9 #d9abab

Analogous Colors of #abd9ab

#abd9ab #abd9c2 #c2d9ab

Monochromatic Colors of #abd9ab

#abd9ab

Complementary Color

#abd9ab #d9abd9

#abd9ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd9ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd9ab Color CSS Codes

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

#abd9ab Text Font Color

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

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


#abd9ab Background Color

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

This div background color is #abd9ab


#abd9ab Border Color

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

This div border color is #abd9ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd9ab

#abd9ab Color Palettes


Comments

No comments written yet.

Please login to write comment.