Color Hex Logo

#8baacd Color Hex

#8BAACD
(139,170,205)
0 Favorites   0 Comments

Color spaces of #8baacd

RGB 139170205
HSL0.590.400.67
HSV212°32°80°
CMYK 0.320.170.00   0.20
XYZ36.041638.646263.3175
Yxy38.64620.26120.2800
Hunter Lab62.1661-5.3029-16.8719
CIE-Lab68.4942-2.2964-21.2568

#8baacd color RGB value is (139,170,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101010 11001101
Octal 213 252 315
Decimal 139 170 205
Hex 8B AA CD

RGB Percentages of Color #8baacd

%27.04
%33.07
%39.88

CMYK Percentages of Color #8baacd

%32
%17
%0
%20

Triadic Colors of #8baacd

#8baacd #cd8baa #aacd8b

Analogous Colors of #8baacd

#8baacd #8d8bcd #8bcbcd

Monochromatic Colors of #8baacd

#8baacd

Complementary Color

#8baacd #cdae8b

#8baacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baacd Color CSS Codes

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

#8baacd Text Font Color

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

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


#8baacd Background Color

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

This div background color is #8baacd


#8baacd Border Color

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

This div border color is #8baacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baacd


Comments

No comments written yet.

Please login to write comment.