Color Hex Logo

#8baadb Color Hex

#8BAADB
(139,170,219)
0 Favorites   0 Comments

Color spaces of #8baadb

RGB 139170219
HSL0.600.530.70
HSV217°37°86°
CMYK 0.370.220.00   0.14
XYZ37.808439.352972.6210
Yxy39.35290.25240.2627
Hunter Lab62.7319-2.1992-24.7242
CIE-Lab69.00611.3166-28.1797

#8baadb color RGB value is (139,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101010 11011011
Octal 213 252 333
Decimal 139 170 219
Hex 8B AA DB

RGB Percentages of Color #8baadb

%26.33
%32.20
%41.48

CMYK Percentages of Color #8baadb

%37
%22
%0
%14

Triadic Colors of #8baadb

#8baadb #db8baa #aadb8b

Analogous Colors of #8baadb

#8baadb #948bdb #8bd2db

Monochromatic Colors of #8baadb

#8baadb

Complementary Color

#8baadb #dbbc8b

#8baadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baadb Color CSS Codes

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

#8baadb Text Font Color

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

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


#8baadb Background Color

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

This div background color is #8baadb


#8baadb Border Color

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

This div border color is #8baadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baadb


Comments

No comments written yet.

Please login to write comment.