Color Hex Logo

#abc9ab Color Hex

#ABC9AB
(171,201,171)
0 Favorites   0 Comments

Color spaces of #abc9ab

RGB 171201171
HSL0.330.220.73
HSV120°15°79°
CMYK 0.150.000.15   0.21
XYZ45.031953.371546.4564
Yxy53.37150.31090.3684
Hunter Lab73.0558-17.819513.4364
CIE-Lab78.0938-15.786911.6653

#abc9ab color RGB value is (171,201,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001001 10101011
Octal 253 311 253
Decimal 171 201 171
Hex AB C9 AB

RGB Percentages of Color #abc9ab

%31.49
%37.02
%31.49

CMYK Percentages of Color #abc9ab

%15
%0
%15
%21

Triadic Colors of #abc9ab

#abc9ab #ababc9 #c9abab

Analogous Colors of #abc9ab

#abc9ab #abc9ba #bac9ab

Monochromatic Colors of #abc9ab

#abc9ab

Complementary Color

#abc9ab #c9abc9

#abc9ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc9ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc9ab Color CSS Codes

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

#abc9ab Text Font Color

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

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


#abc9ab Background Color

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

This div background color is #abc9ab


#abc9ab Border Color

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

This div border color is #abc9ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc9ab


Comments

No comments written yet.

Please login to write comment.