Color Hex Logo

#8baaad Color Hex

#8BAAAD
(139,170,173)
0 Favorites   0 Comments

Color spaces of #8baaad

RGB 139170173
HSL0.510.170.61
HSV185°20°68°
CMYK 0.200.020.00   0.32
XYZ32.565037.255545.0098
Yxy37.25550.28360.3244
Hunter Lab61.0373-11.5808-0.9952
CIE-Lab67.4683-9.9064-5.0752

#8baaad color RGB value is (139,170,173).

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

The process color (four color CMYK) of #8baaad color hex is 0.20, 0.02, 0.00, 0.32. Web safe color of #8baaad is #999999. Color #8baaad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101010 10101101
Octal 213 252 255
Decimal 139 170 173
Hex 8B AA AD

RGB Percentages of Color #8baaad

%28.84
%35.27
%35.89

CMYK Percentages of Color #8baaad

%20
%2
%0
%32

Triadic Colors of #8baaad

#8baaad #ad8baa #aaad8b

Analogous Colors of #8baaad

#8baaad #8b99ad #8bad9f

Monochromatic Colors of #8baaad

#8baaad

Complementary Color

#8baaad #ad8e8b

#8baaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baaad Color CSS Codes

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

#8baaad Text Font Color

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

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


#8baaad Background Color

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

This div background color is #8baaad


#8baaad Border Color

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

This div border color is #8baaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baaad


Comments

No comments written yet.

Please login to write comment.