Color Hex Logo

#86a3aa Color Hex

#86A3AA
(134,163,170)
0 Favorites   0 Comments

Color spaces of #86a3aa

RGB 134163170
HSL0.530.170.60
HSV192°21°67°
CMYK 0.210.040.00   0.33
XYZ30.184434.165043.0338
Yxy34.16500.28110.3182
Hunter Lab58.4508-10.1104-2.7360
CIE-Lab65.0933-8.4117-6.9570

#86a3aa color RGB value is (134,163,170).

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

The process color (four color CMYK) of #86a3aa color hex is 0.21, 0.04, 0.00, 0.33. Web safe color of #86a3aa is #999999. Color #86a3aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10100011 10101010
Octal 206 243 252
Decimal 134 163 170
Hex 86 A3 AA

RGB Percentages of Color #86a3aa

%28.69
%34.90
%36.40

CMYK Percentages of Color #86a3aa

%21
%4
%0
%33

Triadic Colors of #86a3aa

#86a3aa #aa86a3 #a3aa86

Analogous Colors of #86a3aa

#86a3aa #8691aa #86aa9f

Monochromatic Colors of #86a3aa

#86a3aa

Complementary Color

#86a3aa #aa8d86

#86a3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86a3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#86a3aa Color CSS Codes

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

#86a3aa Text Font Color

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

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


#86a3aa Background Color

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

This div background color is #86a3aa


#86a3aa Border Color

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

This div border color is #86a3aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86a3aa


Comments

No comments written yet.

Please login to write comment.