Color Hex Logo

#8badbf Color Hex

#8BADBF
(139,173,191)
0 Favorites   0 Comments

Color spaces of #8badbf

RGB 139173191
HSL0.560.290.65
HSV201°27°75°
CMYK 0.270.090.00   0.25
XYZ34.995039.137755.0001
Yxy39.13770.27100.3031
Hunter Lab62.5601-9.6306-8.3331
CIE-Lab68.8509-7.3714-12.9865

#8badbf color RGB value is (139,173,191).

#8badbf hex color red value is 139, green value is 173 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8badbf hue: 0.56 , saturation: 0.29 and the lightness value of 8badbf is 0.65.

The process color (four color CMYK) of #8badbf color hex is 0.27, 0.09, 0.00, 0.25. Web safe color of #8badbf is #9999cc. Color #8badbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101101 10111111
Octal 213 255 277
Decimal 139 173 191
Hex 8B AD BF

RGB Percentages of Color #8badbf

%27.63
%34.39
%37.97

CMYK Percentages of Color #8badbf

%27
%9
%0
%25

Triadic Colors of #8badbf

#8badbf #bf8bad #adbf8b

Analogous Colors of #8badbf

#8badbf #8b93bf #8bbfb7

Monochromatic Colors of #8badbf

#8badbf

Complementary Color

#8badbf #bf9d8b

#8badbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8badbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8badbf Color CSS Codes

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

#8badbf Text Font Color

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

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


#8badbf Background Color

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

This div background color is #8badbf


#8badbf Border Color

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

This div border color is #8badbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8badbf


Comments

No comments written yet.

Please login to write comment.