Color Hex Logo

#8199ac Color Hex

#8199AC
(129,153,172)
0 Favorites   0 Comments

Color spaces of #8199ac

RGB 129153172
HSL0.570.210.59
HSV207°25°67°
CMYK 0.250.110.00   0.33
XYZ27.890930.428243.4329
Yxy30.42820.27410.2990
Hunter Lab55.1618-6.2799-8.0701
CIE-Lab62.0219-4.0415-12.7049

#8199ac color RGB value is (129,153,172).

#8199ac hex color red value is 129, green value is 153 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8199ac hue: 0.57 , saturation: 0.21 and the lightness value of 8199ac is 0.59.

The process color (four color CMYK) of #8199ac color hex is 0.25, 0.11, 0.00, 0.33. Web safe color of #8199ac is #999999. Color #8199ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011001 10101100
Octal 201 231 254
Decimal 129 153 172
Hex 81 99 AC

RGB Percentages of Color #8199ac

%28.41
%33.70
%37.89

CMYK Percentages of Color #8199ac

%25
%11
%0
%33

Triadic Colors of #8199ac

#8199ac #ac8199 #99ac81

Analogous Colors of #8199ac

#8199ac #8184ac #81acaa

Monochromatic Colors of #8199ac

#8199ac

Complementary Color

#8199ac #ac9481

#8199ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8199ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8199ac Color CSS Codes

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

#8199ac Text Font Color

<p style="color:#8199ac">Text here</p>

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


#8199ac Background Color

<div style="background-color:#8199ac">
Div content here</div>

This div background color is #8199ac


#8199ac Border Color

<div style="border:3px solid #8199ac">
Div here</div>

This div border color is #8199ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,153,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8199ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8199ac;
  -webkit-box-shadow: 1px 1px 3px 2px #8199ac;
  box-shadow:         1px 1px 3px 2px #8199ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,153,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8199ac


Comments

No comments written yet.

Please login to write comment.