Color Hex Logo

#8693aa Color Hex

#8693AA
(134,147,170)
0 Favorites   0 Comments

Color spaces of #8693aa

RGB 134147170
HSL0.610.170.60
HSV218°21°67°
CMYK 0.210.140.00   0.33
XYZ27.520928.838042.1460
Yxy28.83800.27940.2928
Hunter Lab53.7010-2.4985-8.9417
CIE-Lab60.63840.4463-13.6216

#8693aa color RGB value is (134,147,170).

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

The process color (four color CMYK) of #8693aa color hex is 0.21, 0.14, 0.00, 0.33. Web safe color of #8693aa is #999999. Color #8693aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10010011 10101010
Octal 206 223 252
Decimal 134 147 170
Hex 86 93 AA

RGB Percentages of Color #8693aa

%29.71
%32.59
%37.69

CMYK Percentages of Color #8693aa

%21
%14
%0
%33

Triadic Colors of #8693aa

#8693aa #aa8693 #93aa86

Analogous Colors of #8693aa

#8693aa #8b86aa #86a5aa

Monochromatic Colors of #8693aa

#8693aa

Complementary Color

#8693aa #aa9d86

#8693aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8693aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8693aa Color CSS Codes

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

#8693aa Text Font Color

<p style="color:#8693aa">Text here</p>

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


#8693aa Background Color

<div style="background-color:#8693aa">
Div content here</div>

This div background color is #8693aa


#8693aa Border Color

<div style="border:3px solid #8693aa">
Div here</div>

This div border color is #8693aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8693aa


Comments

No comments written yet.

Please login to write comment.