Color Hex Logo

#8bacce Color Hex

#8BACCE
(139,172,206)
0 Favorites   0 Comments

Color spaces of #8bacce

RGB 139172206
HSL0.580.410.68
HSV210°33°81°
CMYK 0.330.170.00   0.19
XYZ36.540639.450264.0813
Yxy39.45020.26090.2816
Hunter Lab62.8094-6.0706-16.5241
CIE-Lab69.0761-3.1422-20.9221

#8bacce color RGB value is (139,172,206).

#8bacce hex color red value is 139, green value is 172 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8bacce hue: 0.58 , saturation: 0.41 and the lightness value of 8bacce is 0.68.

The process color (four color CMYK) of #8bacce color hex is 0.33, 0.17, 0.00, 0.19. Web safe color of #8bacce is #9999cc. Color #8bacce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101100 11001110
Octal 213 254 316
Decimal 139 172 206
Hex 8B AC CE

RGB Percentages of Color #8bacce

%26.89
%33.27
%39.85

CMYK Percentages of Color #8bacce

%33
%17
%0
%19

Triadic Colors of #8bacce

#8bacce #ce8bac #acce8b

Analogous Colors of #8bacce

#8bacce #8c8bce #8bcece

Monochromatic Colors of #8bacce

#8bacce

Complementary Color

#8bacce #cead8b

#8bacce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bacce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bacce Color CSS Codes

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

#8bacce Text Font Color

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

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


#8bacce Background Color

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

This div background color is #8bacce


#8bacce Border Color

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

This div border color is #8bacce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bacce

#8bacce Color Palettes


Comments

No comments written yet.

Please login to write comment.