Color Hex Logo

#809eae Color Hex

#809EAE
(128,158,174)
0 Favorites   0 Comments

Color spaces of #809eae

RGB 128158174
HSL0.560.220.59
HSV201°26°68°
CMYK 0.260.090.00   0.32
XYZ28.768932.098944.7238
Yxy32.09890.27250.3040
Hunter Lab56.6559-8.5085-7.1440
CIE-Lab63.4245-6.6366-11.7310

#809eae color RGB value is (128,158,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 10011110 10101110
Octal 200 236 256
Decimal 128 158 174
Hex 80 9E AE

RGB Percentages of Color #809eae

%27.83
%34.35
%37.83

CMYK Percentages of Color #809eae

%26
%9
%0
%32

Triadic Colors of #809eae

#809eae #ae809e #9eae80

Analogous Colors of #809eae

#809eae #8087ae #80aea7

Monochromatic Colors of #809eae

#809eae

Complementary Color

#809eae #ae9080

#809eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#809eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#809eae Color CSS Codes

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

#809eae Text Font Color

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

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


#809eae Background Color

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

This div background color is #809eae


#809eae Border Color

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

This div border color is #809eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #809eae


Comments

No comments written yet.

Please login to write comment.