Color Hex Logo

#8ab1ab Color Hex

#8AB1AB
(138,177,171)
0 Favorites   0 Comments

Color spaces of #8ab1ab

RGB 138177171
HSL0.470.200.62
HSV171°22°69°
CMYK 0.220.000.03   0.31
XYZ33.554139.787844.4394
Yxy39.78780.28490.3378
Hunter Lab63.0776-15.43272.3833
CIE-Lab69.3181-14.3729-1.2538

#8ab1ab color RGB value is (138,177,171).

#8ab1ab hex color red value is 138, green value is 177 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8ab1ab hue: 0.47 , saturation: 0.20 and the lightness value of 8ab1ab is 0.62.

The process color (four color CMYK) of #8ab1ab color hex is 0.22, 0.00, 0.03, 0.31. Web safe color of #8ab1ab is #999999. Color #8ab1ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10110001 10101011
Octal 212 261 253
Decimal 138 177 171
Hex 8A B1 AB

RGB Percentages of Color #8ab1ab

%28.40
%36.42
%35.19

CMYK Percentages of Color #8ab1ab

%22
%0
%3
%31

Triadic Colors of #8ab1ab

#8ab1ab #ab8ab1 #b1ab8a

Analogous Colors of #8ab1ab

#8ab1ab #8aa4b1 #8ab198

Monochromatic Colors of #8ab1ab

#8ab1ab

Complementary Color

#8ab1ab #b18a90

#8ab1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ab1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ab1ab Color CSS Codes

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

#8ab1ab Text Font Color

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

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


#8ab1ab Background Color

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

This div background color is #8ab1ab


#8ab1ab Border Color

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

This div border color is #8ab1ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,177,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 #8ab1ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ab1ab


Comments

No comments written yet.

Please login to write comment.