Color Hex Logo

#809bab Color Hex

#809BAB
(128,155,171)
0 Favorites   0 Comments

Color spaces of #809bab

RGB 128155171
HSL0.560.200.59
HSV202°25°67°
CMYK 0.250.090.00   0.33
XYZ27.974130.972243.0319
Yxy30.97220.27430.3037
Hunter Lab55.6527-7.6682-6.8875
CIE-Lab62.4842-5.7037-11.4534

#809bab color RGB value is (128,155,171).

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

The process color (four color CMYK) of #809bab color hex is 0.25, 0.09, 0.00, 0.33. Web safe color of #809bab is #999999. Color #809bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011011 10101011
Octal 200 233 253
Decimal 128 155 171
Hex 80 9B AB

RGB Percentages of Color #809bab

%28.19
%34.14
%37.67

CMYK Percentages of Color #809bab

%25
%9
%0
%33

Triadic Colors of #809bab

#809bab #ab809b #9bab80

Analogous Colors of #809bab

#809bab #8086ab #80aba6

Monochromatic Colors of #809bab

#809bab

Complementary Color

#809bab #ab9080

#809bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#809bab Color CSS Codes

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

#809bab Text Font Color

<p style="color:#809bab">Text here</p>

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


#809bab Background Color

<div style="background-color:#809bab">
Div content here</div>

This div background color is #809bab


#809bab Border Color

<div style="border:3px solid #809bab">
Div here</div>

This div border color is #809bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809bab


Comments

No comments written yet.

Please login to write comment.