Color Hex Logo

#8baaaf Color Hex

#8BAAAF
(139,170,175)
0 Favorites   0 Comments

Color spaces of #8baaaf

RGB 139170175
HSL0.520.180.62
HSV188°21°69°
CMYK 0.210.030.00   0.31
XYZ32.760037.333646.0369
Yxy37.33360.28210.3215
Hunter Lab61.1012-11.2227-1.9014
CIE-Lab67.5266-9.4606-6.0995

#8baaaf color RGB value is (139,170,175).

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

The process color (four color CMYK) of #8baaaf color hex is 0.21, 0.03, 0.00, 0.31. Web safe color of #8baaaf is #999999. Color #8baaaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101010 10101111
Octal 213 252 257
Decimal 139 170 175
Hex 8B AA AF

RGB Percentages of Color #8baaaf

%28.72
%35.12
%36.16

CMYK Percentages of Color #8baaaf

%21
%3
%0
%31

Triadic Colors of #8baaaf

#8baaaf #af8baa #aaaf8b

Analogous Colors of #8baaaf

#8baaaf #8b98af #8bafa2

Monochromatic Colors of #8baaaf

#8baaaf

Complementary Color

#8baaaf #af908b

#8baaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baaaf Color CSS Codes

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

#8baaaf Text Font Color

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

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


#8baaaf Background Color

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

This div background color is #8baaaf


#8baaaf Border Color

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

This div border color is #8baaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baaaf


Comments

No comments written yet.

Please login to write comment.