Color Hex Logo

#8bacbd Color Hex

#8BACBD
(139,172,189)
0 Favorites   0 Comments

Color spaces of #8bacbd

RGB 139172189
HSL0.560.270.64
HSV200°26°74°
CMYK 0.260.090.00   0.26
XYZ34.585338.668153.7850
Yxy38.66810.27220.3044
Hunter Lab62.1837-9.5434-7.7536
CIE-Lab68.5102-7.3067-12.3923

#8bacbd color RGB value is (139,172,189).

#8bacbd hex color red value is 139, green value is 172 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8bacbd hue: 0.56 , saturation: 0.27 and the lightness value of 8bacbd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101100 10111101
Octal 213 254 275
Decimal 139 172 189
Hex 8B AC BD

RGB Percentages of Color #8bacbd

%27.80
%34.40
%37.80

CMYK Percentages of Color #8bacbd

%26
%9
%0
%26

Triadic Colors of #8bacbd

#8bacbd #bd8bac #acbd8b

Analogous Colors of #8bacbd

#8bacbd #8b93bd #8bbdb5

Monochromatic Colors of #8bacbd

#8bacbd

Complementary Color

#8bacbd #bd9c8b

#8bacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bacbd Color CSS Codes

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

#8bacbd Text Font Color

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

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


#8bacbd Background Color

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

This div background color is #8bacbd


#8bacbd Border Color

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

This div border color is #8bacbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bacbd


Comments

No comments written yet.

Please login to write comment.