Color Hex Logo

#8baad9 Color Hex

#8BAAD9
(139,170,217)
0 Favorites   0 Comments

Color spaces of #8baad9

RGB 139170217
HSL0.600.510.70
HSV216°36°85°
CMYK 0.360.220.00   0.15
XYZ37.546639.248271.2424
Yxy39.24820.25360.2651
Hunter Lab62.6484-2.6556-23.5694
CIE-Lab68.93070.7911-27.1970

#8baad9 color RGB value is (139,170,217).

#8baad9 hex color red value is 139, green value is 170 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #8baad9 hue: 0.60 , saturation: 0.51 and the lightness value of 8baad9 is 0.70.

The process color (four color CMYK) of #8baad9 color hex is 0.36, 0.22, 0.00, 0.15. Web safe color of #8baad9 is #9999cc. Color #8baad9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101010 11011001
Octal 213 252 331
Decimal 139 170 217
Hex 8B AA D9

RGB Percentages of Color #8baad9

%26.43
%32.32
%41.25

CMYK Percentages of Color #8baad9

%36
%22
%0
%15

Triadic Colors of #8baad9

#8baad9 #d98baa #aad98b

Analogous Colors of #8baad9

#8baad9 #938bd9 #8bd1d9

Monochromatic Colors of #8baad9

#8baad9

Complementary Color

#8baad9 #d9ba8b

#8baad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baad9 Color CSS Codes

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

#8baad9 Text Font Color

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

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


#8baad9 Background Color

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

This div background color is #8baad9


#8baad9 Border Color

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

This div border color is #8baad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baad9


Comments

No comments written yet.

Please login to write comment.