Color Hex Logo

#818baa Color Hex

#818BAA
(129,139,170)
0 Favorites   0 Comments

Color spaces of #818baa

RGB 129139170
HSL0.630.190.59
HSV225°24°67°
CMYK 0.240.180.00   0.33
XYZ25.541626.034641.7092
Yxy26.03460.27380.2791
Hunter Lab51.02410.0612-12.7492
CIE-Lab58.06993.3894-17.5448

#818baa color RGB value is (129,139,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001011 10101010
Octal 201 213 252
Decimal 129 139 170
Hex 81 8B AA

RGB Percentages of Color #818baa

%29.45
%31.74
%38.81

CMYK Percentages of Color #818baa

%24
%18
%0
%33

Triadic Colors of #818baa

#818baa #aa818b #8baa81

Analogous Colors of #818baa

#818baa #8c81aa #81a0aa

Monochromatic Colors of #818baa

#818baa

Complementary Color

#818baa #aaa081

#818baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#818baa Color CSS Codes

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

#818baa Text Font Color

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

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


#818baa Background Color

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

This div background color is #818baa


#818baa Border Color

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

This div border color is #818baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,139,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 #818baa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818baa


Comments

No comments written yet.

Please login to write comment.