Color Hex Logo

#8099ac Color Hex

#8099AC
(128,153,172)
0 Favorites   0 Comments

Color spaces of #8099ac

RGB 128153172
HSL0.570.210.59
HSV206°26°67°
CMYK 0.260.110.00   0.33
XYZ27.739730.350243.4259
Yxy30.35020.27330.2990
Hunter Lab55.0910-6.5301-8.1721
CIE-Lab61.9552-4.3554-12.8120

#8099ac color RGB value is (128,153,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011001 10101100
Octal 200 231 254
Decimal 128 153 172
Hex 80 99 AC

RGB Percentages of Color #8099ac

%28.26
%33.77
%37.97

CMYK Percentages of Color #8099ac

%26
%11
%0
%33

Triadic Colors of #8099ac

#8099ac #ac8099 #99ac80

Analogous Colors of #8099ac

#8099ac #8083ac #80aca9

Monochromatic Colors of #8099ac

#8099ac

Complementary Color

#8099ac #ac9380

#8099ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8099ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8099ac Color CSS Codes

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

#8099ac Text Font Color

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

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


#8099ac Background Color

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

This div background color is #8099ac


#8099ac Border Color

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

This div border color is #8099ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,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 #8099ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8099ac


Comments

No comments written yet.

Please login to write comment.