Color Hex Logo

#abc2af Color Hex

#ABC2AF
(171,194,175)
0 Favorites   0 Comments

Color spaces of #abc2af

RGB 171194175
HSL0.360.160.72
HSV130°12°76°
CMYK 0.120.000.10   0.24
XYZ43.824250.336647.9636
Yxy50.33660.30840.3542
Hunter Lab70.9483-13.90159.5816
CIE-Lab76.2754-11.46516.9191

#abc2af color RGB value is (171,194,175).

#abc2af hex color red value is 171, green value is 194 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #abc2af hue: 0.36 , saturation: 0.16 and the lightness value of abc2af is 0.72.

The process color (four color CMYK) of #abc2af color hex is 0.12, 0.00, 0.10, 0.24. Web safe color of #abc2af is #99cc99. Color #abc2af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000010 10101111
Octal 253 302 257
Decimal 171 194 175
Hex AB C2 AF

RGB Percentages of Color #abc2af

%31.67
%35.93
%32.41

CMYK Percentages of Color #abc2af

%12
%0
%10
%24

Triadic Colors of #abc2af

#abc2af #afabc2 #c2afab

Analogous Colors of #abc2af

#abc2af #abc2bb #b3c2ab

Monochromatic Colors of #abc2af

#abc2af

Complementary Color

#abc2af #c2abbe

#abc2af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc2af Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc2af Color CSS Codes

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

#abc2af Text Font Color

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

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


#abc2af Background Color

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

This div background color is #abc2af


#abc2af Border Color

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

This div border color is #abc2af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc2af


Comments

No comments written yet.

Please login to write comment.