Color Hex Logo

#8198aa Color Hex

#8198AA
(129,152,170)
0 Favorites   0 Comments

Color spaces of #8198aa

RGB 129152170
HSL0.570.190.59
HSV206°24°67°
CMYK 0.240.110.00   0.33
XYZ27.537230.025942.3744
Yxy30.02590.27550.3004
Hunter Lab54.7959-6.1892-7.4926
CIE-Lab61.6766-3.9633-12.0945

#8198aa color RGB value is (129,152,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011000 10101010
Octal 201 230 252
Decimal 129 152 170
Hex 81 98 AA

RGB Percentages of Color #8198aa

%28.60
%33.70
%37.69

CMYK Percentages of Color #8198aa

%24
%11
%0
%33

Triadic Colors of #8198aa

#8198aa #aa8198 #98aa81

Analogous Colors of #8198aa

#8198aa #8184aa #81aaa8

Monochromatic Colors of #8198aa

#8198aa

Complementary Color

#8198aa #aa9381

#8198aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8198aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8198aa Color CSS Codes

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

#8198aa Text Font Color

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

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


#8198aa Background Color

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

This div background color is #8198aa


#8198aa Border Color

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

This div border color is #8198aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8198aa


Comments

No comments written yet.

Please login to write comment.