Color Hex Logo

#8baace Color Hex

#8BAACE
(139,170,206)
0 Favorites   0 Comments

Color spaces of #8baace

RGB 139170206
HSL0.590.410.68
HSV212°33°81°
CMYK 0.330.170.00   0.19
XYZ36.162838.694663.9554
Yxy38.69460.26050.2788
Hunter Lab62.2050-5.0879-17.4149
CIE-Lab68.5295-2.0432-21.7548

#8baace color RGB value is (139,170,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101010 11001110
Octal 213 252 316
Decimal 139 170 206
Hex 8B AA CE

RGB Percentages of Color #8baace

%26.99
%33.01
%40.00

CMYK Percentages of Color #8baace

%33
%17
%0
%19

Triadic Colors of #8baace

#8baace #ce8baa #aace8b

Analogous Colors of #8baace

#8baace #8e8bce #8bccce

Monochromatic Colors of #8baace

#8baace

Complementary Color

#8baace #ceaf8b

#8baace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baace Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baace Color CSS Codes

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

#8baace Text Font Color

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

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


#8baace Background Color

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

This div background color is #8baace


#8baace Border Color

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

This div border color is #8baace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baace


Comments

No comments written yet.

Please login to write comment.