Color Hex Logo

#abd0ac Color Hex

#ABD0AC
(171,208,172)
0 Favorites   0 Comments

Color spaces of #abd0ac

RGB 171208172
HSL0.340.280.74
HSV122°18°82°
CMYK 0.180.000.17   0.18
XYZ46.796956.748247.5168
Yxy56.74820.30980.3757
Hunter Lab75.3314-20.943315.3336
CIE-Lab80.0378-19.138513.8800

#abd0ac color RGB value is (171,208,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010000 10101100
Octal 253 320 254
Decimal 171 208 172
Hex AB D0 AC

RGB Percentages of Color #abd0ac

%31.03
%37.75
%31.22

CMYK Percentages of Color #abd0ac

%18
%0
%17
%18

Triadic Colors of #abd0ac

#abd0ac #acabd0 #d0acab

Analogous Colors of #abd0ac

#abd0ac #abd0bf #bdd0ab

Monochromatic Colors of #abd0ac

#abd0ac

Complementary Color

#abd0ac #d0abcf

#abd0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd0ac Color CSS Codes

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

#abd0ac Text Font Color

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

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


#abd0ac Background Color

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

This div background color is #abd0ac


#abd0ac Border Color

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

This div border color is #abd0ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd0ac


Comments

No comments written yet.

Please login to write comment.