Color Hex Logo

#8095ab Color Hex

#8095AB
(128,149,171)
0 Favorites   0 Comments

Color spaces of #8095ab

RGB 128149171
HSL0.590.200.59
HSV211°25°67°
CMYK 0.250.130.00   0.33
XYZ27.000229.024442.7073
Yxy29.02440.27350.2940
Hunter Lab53.8743-4.8211-9.2884
CIE-Lab60.8032-2.3634-13.9818

#8095ab color RGB value is (128,149,171).

#8095ab hex color red value is 128, green value is 149 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8095ab hue: 0.59 , saturation: 0.20 and the lightness value of 8095ab is 0.59.

The process color (four color CMYK) of #8095ab color hex is 0.25, 0.13, 0.00, 0.33. Web safe color of #8095ab is #999999. Color #8095ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10010101 10101011
Octal 200 225 253
Decimal 128 149 171
Hex 80 95 AB

RGB Percentages of Color #8095ab

%28.57
%33.26
%38.17

CMYK Percentages of Color #8095ab

%25
%13
%0
%33

Triadic Colors of #8095ab

#8095ab #ab8095 #95ab80

Analogous Colors of #8095ab

#8095ab #8180ab #80abab

Monochromatic Colors of #8095ab

#8095ab

Complementary Color

#8095ab #ab9680

#8095ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8095ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8095ab Color CSS Codes

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

#8095ab Text Font Color

<p style="color:#8095ab">Text here</p>

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


#8095ab Background Color

<div style="background-color:#8095ab">
Div content here</div>

This div background color is #8095ab


#8095ab Border Color

<div style="border:3px solid #8095ab">
Div here</div>

This div border color is #8095ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,149,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8095ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8095ab;
  -webkit-box-shadow: 1px 1px 3px 2px #8095ab;
  box-shadow:         1px 1px 3px 2px #8095ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,149,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8095ab


Comments

No comments written yet.

Please login to write comment.