Color Hex Logo

#8bacc5 Color Hex

#8BACC5
(139,172,197)
0 Favorites   0 Comments

Color spaces of #8bacc5

RGB 139172197
HSL0.570.330.66
HSV206°29°77°
CMYK 0.290.130.00   0.23
XYZ35.478039.025258.4861
Yxy39.02520.26680.2934
Hunter Lab62.4702-7.9492-11.7797
CIE-Lab68.7695-5.3794-16.4233

#8bacc5 color RGB value is (139,172,197).

#8bacc5 hex color red value is 139, green value is 172 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #8bacc5 hue: 0.57 , saturation: 0.33 and the lightness value of 8bacc5 is 0.66.

The process color (four color CMYK) of #8bacc5 color hex is 0.29, 0.13, 0.00, 0.23. Web safe color of #8bacc5 is #9999cc. Color #8bacc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101100 11000101
Octal 213 254 305
Decimal 139 172 197
Hex 8B AC C5

RGB Percentages of Color #8bacc5

%27.36
%33.86
%38.78

CMYK Percentages of Color #8bacc5

%29
%13
%0
%23

Triadic Colors of #8bacc5

#8bacc5 #c58bac #acc58b

Analogous Colors of #8bacc5

#8bacc5 #8b8fc5 #8bc5c1

Monochromatic Colors of #8bacc5

#8bacc5

Complementary Color

#8bacc5 #c5a48b

#8bacc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bacc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bacc5 Color CSS Codes

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

#8bacc5 Text Font Color

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

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


#8bacc5 Background Color

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

This div background color is #8bacc5


#8bacc5 Border Color

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

This div border color is #8bacc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bacc5


Comments

No comments written yet.

Please login to write comment.