Color Hex Logo

#86aade Color Hex

#86AADE
(134,170,222)
0 Favorites   0 Comments

Color spaces of #86aade

RGB 134170222
HSL0.600.570.70
HSV215°40°87°
CMYK 0.400.230.00   0.13
XYZ37.391139.091774.6820
Yxy39.09170.24740.2586
Hunter Lab62.5234-2.6668-27.0535
CIE-Lab68.81760.7711-30.1424

#86aade color RGB value is (134,170,222).

#86aade hex color red value is 134, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #86aade hue: 0.60 , saturation: 0.57 and the lightness value of 86aade is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101010 11011110
Octal 206 252 336
Decimal 134 170 222
Hex 86 AA DE

RGB Percentages of Color #86aade

%25.48
%32.32
%42.21

CMYK Percentages of Color #86aade

%40
%23
%0
%13

Triadic Colors of #86aade

#86aade #de86aa #aade86

Analogous Colors of #86aade

#86aade #8e86de #86d6de

Monochromatic Colors of #86aade

#86aade

Complementary Color

#86aade #deba86

#86aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#86aade Color CSS Codes

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

#86aade Text Font Color

<p style="color:#86aade">Text here</p>

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


#86aade Background Color

<div style="background-color:#86aade">
Div content here</div>

This div background color is #86aade


#86aade Border Color

<div style="border:3px solid #86aade">
Div here</div>

This div border color is #86aade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,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 #86aade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86aade


Comments

No comments written yet.

Please login to write comment.