Color Hex Logo

#abc9af Color Hex

#ABC9AF
(171,201,175)
0 Favorites   0 Comments

Color spaces of #abc9af

RGB 171201175
HSL0.360.220.73
HSV128°15°79°
CMYK 0.150.000.13   0.21
XYZ45.419153.526448.4952
Yxy53.52640.30800.3630
Hunter Lab73.1617-17.219511.9129
CIE-Lab78.1848-15.06499.6510

#abc9af color RGB value is (171,201,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001001 10101111
Octal 253 311 257
Decimal 171 201 175
Hex AB C9 AF

RGB Percentages of Color #abc9af

%31.26
%36.75
%31.99

CMYK Percentages of Color #abc9af

%15
%0
%13
%21

Triadic Colors of #abc9af

#abc9af #afabc9 #c9afab

Analogous Colors of #abc9af

#abc9af #abc9be #b6c9ab

Monochromatic Colors of #abc9af

#abc9af

Complementary Color

#abc9af #c9abc5

#abc9af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc9af Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc9af Color CSS Codes

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

#abc9af Text Font Color

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

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


#abc9af Background Color

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

This div background color is #abc9af


#abc9af Border Color

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

This div border color is #abc9af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc9af


Comments

No comments written yet.

Please login to write comment.