Color Hex Logo

#8ba8aa Color Hex

#8BA8AA
(139,168,170)
0 Favorites   0 Comments

Color spaces of #8ba8aa

RGB 139168170
HSL0.510.150.61
HSV184°18°67°
CMYK 0.180.010.00   0.33
XYZ31.905836.396543.3738
Yxy36.39650.28570.3259
Hunter Lab60.3295-11.1753-0.3958
CIE-Lab66.8218-9.4966-4.3625

#8ba8aa color RGB value is (139,168,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101000 10101010
Octal 213 250 252
Decimal 139 168 170
Hex 8B A8 AA

RGB Percentages of Color #8ba8aa

%29.14
%35.22
%35.64

CMYK Percentages of Color #8ba8aa

%18
%1
%0
%33

Triadic Colors of #8ba8aa

#8ba8aa #aa8ba8 #a8aa8b

Analogous Colors of #8ba8aa

#8ba8aa #8b99aa #8baa9d

Monochromatic Colors of #8ba8aa

#8ba8aa

Complementary Color

#8ba8aa #aa8d8b

#8ba8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ba8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ba8aa Color CSS Codes

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

#8ba8aa Text Font Color

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

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


#8ba8aa Background Color

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

This div background color is #8ba8aa


#8ba8aa Border Color

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

This div border color is #8ba8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ba8aa


Comments

No comments written yet.

Please login to write comment.