Color Hex Logo

#8baebf Color Hex

#8BAEBF
(139,174,191)
0 Favorites   0 Comments

Color spaces of #8baebf

RGB 139174191
HSL0.550.290.65
HSV200°27°75°
CMYK 0.270.090.00   0.25
XYZ35.187539.522755.0643
Yxy39.52270.27110.3045
Hunter Lab62.8671-10.1087-7.9242
CIE-Lab69.1282-7.9108-12.5703

#8baebf color RGB value is (139,174,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101110 10111111
Octal 213 256 277
Decimal 139 174 191
Hex 8B AE BF

RGB Percentages of Color #8baebf

%27.58
%34.52
%37.90

CMYK Percentages of Color #8baebf

%27
%9
%0
%25

Triadic Colors of #8baebf

#8baebf #bf8bae #aebf8b

Analogous Colors of #8baebf

#8baebf #8b94bf #8bbfb6

Monochromatic Colors of #8baebf

#8baebf

Complementary Color

#8baebf #bf9c8b

#8baebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baebf Color CSS Codes

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

#8baebf Text Font Color

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

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


#8baebf Background Color

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

This div background color is #8baebf


#8baebf Border Color

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

This div border color is #8baebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baebf


Comments

No comments written yet.

Please login to write comment.