Color Hex Logo

#8baccc Color Hex

#8BACCC
(139,172,204)
0 Favorites   0 Comments

Color spaces of #8baccc

RGB 139172204
HSL0.580.390.67
HSV210°32°80°
CMYK 0.320.160.00   0.20
XYZ36.299139.353662.8096
Yxy39.35360.26220.2842
Hunter Lab62.7324-6.4957-15.4502
CIE-Lab69.0066-3.6453-19.9258

#8baccc color RGB value is (139,172,204).

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

The process color (four color CMYK) of #8baccc color hex is 0.32, 0.16, 0.00, 0.20. Web safe color of #8baccc is #9999cc. Color #8baccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101100 11001100
Octal 213 254 314
Decimal 139 172 204
Hex 8B AC CC

RGB Percentages of Color #8baccc

%26.99
%33.40
%39.61

CMYK Percentages of Color #8baccc

%32
%16
%0
%20

Triadic Colors of #8baccc

#8baccc #cc8bac #accc8b

Analogous Colors of #8baccc

#8baccc #8b8ccc #8bcccc

Monochromatic Colors of #8baccc

#8baccc

Complementary Color

#8baccc #ccab8b

#8baccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baccc Color CSS Codes

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

#8baccc Text Font Color

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

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


#8baccc Background Color

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

This div background color is #8baccc


#8baccc Border Color

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

This div border color is #8baccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baccc


Comments

No comments written yet.

Please login to write comment.