Color Hex Logo

#abd9ac Color Hex

#ABD9AC
(171,217,172)
0 Favorites   0 Comments

Color spaces of #abd9ac

RGB 171217172
HSL0.340.380.76
HSV121°21°85°
CMYK 0.210.000.21   0.15
XYZ49.053861.262248.2691
Yxy61.26220.30930.3863
Hunter Lab78.2702-25.102618.2251
CIE-Lab82.5195-23.588017.3624

#abd9ac color RGB value is (171,217,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011001 10101100
Octal 253 331 254
Decimal 171 217 172
Hex AB D9 AC

RGB Percentages of Color #abd9ac

%30.54
%38.75
%30.71

CMYK Percentages of Color #abd9ac

%21
%0
%21
%15

Triadic Colors of #abd9ac

#abd9ac #acabd9 #d9acab

Analogous Colors of #abd9ac

#abd9ac #abd9c3 #c1d9ab

Monochromatic Colors of #abd9ac

#abd9ac

Complementary Color

#abd9ac #d9abd8

#abd9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd9ac Color CSS Codes

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

#abd9ac Text Font Color

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

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


#abd9ac Background Color

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

This div background color is #abd9ac


#abd9ac Border Color

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

This div border color is #abd9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd9ac


Comments

No comments written yet.

Please login to write comment.