Color Hex Logo

#8ab6ab Color Hex

#8AB6AB
(138,182,171)
0 Favorites   0 Comments

Color spaces of #8ab6ab

RGB 138182171
HSL0.460.230.63
HSV165°24°71°
CMYK 0.240.000.06   0.29
XYZ34.559941.799444.7747
Yxy41.79940.28530.3451
Hunter Lab64.6525-17.72484.1958
CIE-Lab70.7324-16.97270.8124

#8ab6ab color RGB value is (138,182,171).

#8ab6ab hex color red value is 138, green value is 182 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8ab6ab hue: 0.46 , saturation: 0.23 and the lightness value of 8ab6ab is 0.63.

The process color (four color CMYK) of #8ab6ab color hex is 0.24, 0.00, 0.06, 0.29. Web safe color of #8ab6ab is #99cc99. Color #8ab6ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10110110 10101011
Octal 212 266 253
Decimal 138 182 171
Hex 8A B6 AB

RGB Percentages of Color #8ab6ab

%28.11
%37.07
%34.83

CMYK Percentages of Color #8ab6ab

%24
%0
%6
%29

Triadic Colors of #8ab6ab

#8ab6ab #ab8ab6 #b6ab8a

Analogous Colors of #8ab6ab

#8ab6ab #8aabb6 #8ab695

Monochromatic Colors of #8ab6ab

#8ab6ab

Complementary Color

#8ab6ab #b68a95

#8ab6ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ab6ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ab6ab Color CSS Codes

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

#8ab6ab Text Font Color

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

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


#8ab6ab Background Color

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

This div background color is #8ab6ab


#8ab6ab Border Color

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

This div border color is #8ab6ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ab6ab


Comments

No comments written yet.

Please login to write comment.