Color Hex Logo

#8ba7aa Color Hex

#8BA7AA
(139,167,170)
0 Favorites   0 Comments

Color spaces of #8ba7aa

RGB 139167170
HSL0.520.150.61
HSV186°18°67°
CMYK 0.180.020.00   0.33
XYZ31.721936.028743.3125
Yxy36.02870.28560.3244
Hunter Lab60.0239-10.7068-0.7662
CIE-Lab66.5418-8.9589-4.7758

#8ba7aa color RGB value is (139,167,170).

#8ba7aa hex color red value is 139, green value is 167 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8ba7aa hue: 0.52 , saturation: 0.15 and the lightness value of 8ba7aa is 0.61.

The process color (four color CMYK) of #8ba7aa color hex is 0.18, 0.02, 0.00, 0.33. Web safe color of #8ba7aa is #999999. Color #8ba7aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10100111 10101010
Octal 213 247 252
Decimal 139 167 170
Hex 8B A7 AA

RGB Percentages of Color #8ba7aa

%29.20
%35.08
%35.71

CMYK Percentages of Color #8ba7aa

%18
%2
%0
%33

Triadic Colors of #8ba7aa

#8ba7aa #aa8ba7 #a7aa8b

Analogous Colors of #8ba7aa

#8ba7aa #8b98aa #8baa9e

Monochromatic Colors of #8ba7aa

#8ba7aa

Complementary Color

#8ba7aa #aa8e8b

#8ba7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ba7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ba7aa Color CSS Codes

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

#8ba7aa Text Font Color

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

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


#8ba7aa Background Color

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

This div background color is #8ba7aa


#8ba7aa Border Color

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

This div border color is #8ba7aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,167,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ba7aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ba7aa;
  -webkit-box-shadow: 1px 1px 3px 2px #8ba7aa;
  box-shadow:         1px 1px 3px 2px #8ba7aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,167,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8ba7aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ba7aa


Comments

No comments written yet.

Please login to write comment.