Color Hex Logo

#809bae Color Hex

#809BAE
(128,155,174)
0 Favorites   0 Comments

Color spaces of #809bae

RGB 128155174
HSL0.570.220.59
HSV205°26°68°
CMYK 0.260.110.00   0.32
XYZ28.263431.087944.5553
Yxy31.08790.27200.2992
Hunter Lab55.7565-7.0909-8.3494
CIE-Lab62.5818-4.9819-12.9971

#809bae color RGB value is (128,155,174).

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

The process color (four color CMYK) of #809bae color hex is 0.26, 0.11, 0.00, 0.32. Web safe color of #809bae is #999999. Color #809bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011011 10101110
Octal 200 233 256
Decimal 128 155 174
Hex 80 9B AE

RGB Percentages of Color #809bae

%28.01
%33.92
%38.07

CMYK Percentages of Color #809bae

%26
%11
%0
%32

Triadic Colors of #809bae

#809bae #ae809b #9bae80

Analogous Colors of #809bae

#809bae #8084ae #80aeaa

Monochromatic Colors of #809bae

#809bae

Complementary Color

#809bae #ae9380

#809bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#809bae Color CSS Codes

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

#809bae Text Font Color

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

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


#809bae Background Color

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

This div background color is #809bae


#809bae Border Color

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

This div border color is #809bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809bae


Comments

No comments written yet.

Please login to write comment.