Color Hex Logo

#808dae Color Hex

#808DAE
(128,141,174)
0 Favorites   0 Comments

Color spaces of #808dae

RGB 128141174
HSL0.620.220.59
HSV223°26°68°
CMYK 0.260.190.00   0.32
XYZ26.066926.694943.8232
Yxy26.69490.26990.2764
Hunter Lab51.6671-0.3613-14.1218
CIE-Lab58.69092.9098-18.8878

#808dae color RGB value is (128,141,174).

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

The process color (four color CMYK) of #808dae color hex is 0.26, 0.19, 0.00, 0.32. Web safe color of #808dae is #999999. Color #808dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001101 10101110
Octal 200 215 256
Decimal 128 141 174
Hex 80 8D AE

RGB Percentages of Color #808dae

%28.89
%31.83
%39.28

CMYK Percentages of Color #808dae

%26
%19
%0
%32

Triadic Colors of #808dae

#808dae #ae808d #8dae80

Analogous Colors of #808dae

#808dae #8a80ae #80a4ae

Monochromatic Colors of #808dae

#808dae

Complementary Color

#808dae #aea180

#808dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#808dae Color CSS Codes

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

#808dae Text Font Color

<p style="color:#808dae">Text here</p>

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


#808dae Background Color

<div style="background-color:#808dae">
Div content here</div>

This div background color is #808dae


#808dae Border Color

<div style="border:3px solid #808dae">
Div here</div>

This div border color is #808dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808dae


Comments

No comments written yet.

Please login to write comment.