Color Hex Logo

#abc8ab Color Hex

#ABC8AB
(171,200,171)
0 Favorites   0 Comments

Color spaces of #abc8ab

RGB 171200171
HSL0.330.210.73
HSV120°15°78°
CMYK 0.150.000.15   0.22
XYZ44.799552.906846.3789
Yxy52.90680.31090.3672
Hunter Lab72.7371-17.349913.1112
CIE-Lab77.8199-15.278111.2769

#abc8ab color RGB value is (171,200,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001000 10101011
Octal 253 310 253
Decimal 171 200 171
Hex AB C8 AB

RGB Percentages of Color #abc8ab

%31.55
%36.90
%31.55

CMYK Percentages of Color #abc8ab

%15
%0
%15
%22

Triadic Colors of #abc8ab

#abc8ab #ababc8 #c8abab

Analogous Colors of #abc8ab

#abc8ab #abc8ba #bac8ab

Monochromatic Colors of #abc8ab

#abc8ab

Complementary Color

#abc8ab #c8abc8

#abc8ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc8ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc8ab Color CSS Codes

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

#abc8ab Text Font Color

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

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


#abc8ab Background Color

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

This div background color is #abc8ab


#abc8ab Border Color

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

This div border color is #abc8ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc8ab


Comments

No comments written yet.

Please login to write comment.