Color Hex Logo

#818daa Color Hex

#818DAA
(129,141,170)
0 Favorites   0 Comments

Color spaces of #818daa

RGB 129141170
HSL0.620.190.59
HSV222°24°67°
CMYK 0.240.170.00   0.33
XYZ25.833826.619241.8066
Yxy26.61920.27410.2824
Hunter Lab51.5938-0.9115-11.9272
CIE-Lab58.62022.2431-16.7090

#818daa color RGB value is (129,141,170).

#818daa hex color red value is 129, green value is 141 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #818daa hue: 0.62 , saturation: 0.19 and the lightness value of 818daa is 0.59.

The process color (four color CMYK) of #818daa color hex is 0.24, 0.17, 0.00, 0.33. Web safe color of #818daa is #999999. Color #818daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001101 10101010
Octal 201 215 252
Decimal 129 141 170
Hex 81 8D AA

RGB Percentages of Color #818daa

%29.32
%32.05
%38.64

CMYK Percentages of Color #818daa

%24
%17
%0
%33

Triadic Colors of #818daa

#818daa #aa818d #8daa81

Analogous Colors of #818daa

#818daa #8a81aa #81a2aa

Monochromatic Colors of #818daa

#818daa

Complementary Color

#818daa #aa9e81

#818daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#818daa Color CSS Codes

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

#818daa Text Font Color

<p style="color:#818daa">Text here</p>

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


#818daa Background Color

<div style="background-color:#818daa">
Div content here</div>

This div background color is #818daa


#818daa Border Color

<div style="border:3px solid #818daa">
Div here</div>

This div border color is #818daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,141,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #818daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #818daa;
  -webkit-box-shadow: 1px 1px 3px 2px #818daa;
  box-shadow:         1px 1px 3px 2px #818daa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,141,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818daa


Comments

No comments written yet.

Please login to write comment.