Color Hex Logo

#818dab Color Hex

#818DAB
(129,141,171)
0 Favorites   0 Comments

Color spaces of #818dab

RGB 129141171
HSL0.620.200.59
HSV223°25°67°
CMYK 0.250.180.00   0.33
XYZ25.928826.657242.3068
Yxy26.65720.27320.2809
Hunter Lab51.6306-0.7112-12.4416
CIE-Lab58.65572.4867-17.2252

#818dab color RGB value is (129,141,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001101 10101011
Octal 201 215 253
Decimal 129 141 171
Hex 81 8D AB

RGB Percentages of Color #818dab

%29.25
%31.97
%38.78

CMYK Percentages of Color #818dab

%25
%18
%0
%33

Triadic Colors of #818dab

#818dab #ab818d #8dab81

Analogous Colors of #818dab

#818dab #8a81ab #81a2ab

Monochromatic Colors of #818dab

#818dab

Complementary Color

#818dab #ab9f81

#818dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#818dab Color CSS Codes

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

#818dab Text Font Color

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

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


#818dab Background Color

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

This div background color is #818dab


#818dab Border Color

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

This div border color is #818dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818dab


Comments

No comments written yet.

Please login to write comment.