Color Hex Logo

#8297aa Color Hex

#8297AA
(130,151,170)
0 Favorites   0 Comments

Color spaces of #8297aa

RGB 130151170
HSL0.580.190.59
HSV209°24°67°
CMYK 0.240.110.00   0.33
XYZ27.528229.781342.3277
Yxy29.78130.27630.2989
Hunter Lab54.5722-5.4596-7.7863
CIE-Lab61.4651-3.0877-12.4055

#8297aa color RGB value is (130,151,170).

#8297aa hex color red value is 130, green value is 151 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8297aa hue: 0.58 , saturation: 0.19 and the lightness value of 8297aa is 0.59.

The process color (four color CMYK) of #8297aa color hex is 0.24, 0.11, 0.00, 0.33. Web safe color of #8297aa is #999999. Color #8297aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 10010111 10101010
Octal 202 227 252
Decimal 130 151 170
Hex 82 97 AA

RGB Percentages of Color #8297aa

%28.82
%33.48
%37.69

CMYK Percentages of Color #8297aa

%24
%11
%0
%33

Triadic Colors of #8297aa

#8297aa #aa8297 #97aa82

Analogous Colors of #8297aa

#8297aa #8283aa #82aaa9

Monochromatic Colors of #8297aa

#8297aa

Complementary Color

#8297aa #aa9582

#8297aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8297aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8297aa Color CSS Codes

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

#8297aa Text Font Color

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

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


#8297aa Background Color

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

This div background color is #8297aa


#8297aa Border Color

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

This div border color is #8297aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8297aa

#8297aa Color Palettes


Comments

No comments written yet.

Please login to write comment.