Color Hex Logo

#8baade Color Hex

#8BAADE
(139,170,222)
0 Favorites   0 Comments

Color spaces of #8baade

RGB 139170222
HSL0.600.560.71
HSV218°37°87°
CMYK 0.370.230.00   0.13
XYZ38.207039.512374.7202
Yxy39.51230.25060.2592
Hunter Lab62.8588-1.5066-26.4768
CIE-Lab69.12072.1103-29.6499

#8baade color RGB value is (139,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101010 11011110
Octal 213 252 336
Decimal 139 170 222
Hex 8B AA DE

RGB Percentages of Color #8baade

%26.18
%32.02
%41.81

CMYK Percentages of Color #8baade

%37
%23
%0
%13

Triadic Colors of #8baade

#8baade #de8baa #aade8b

Analogous Colors of #8baade

#8baade #968bde #8bd4de

Monochromatic Colors of #8baade

#8baade

Complementary Color

#8baade #debf8b

#8baade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baade Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baade Color CSS Codes

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

#8baade Text Font Color

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

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


#8baade Background Color

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

This div background color is #8baade


#8baade Border Color

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

This div border color is #8baade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baade


Comments

No comments written yet.

Please login to write comment.