Color Hex Logo

#819eab Color Hex

#819EAB
(129,158,171)
0 Favorites   0 Comments

Color spaces of #819eab

RGB 129158171
HSL0.550.200.59
HSV199°25°67°
CMYK 0.250.080.00   0.33
XYZ28.630832.061143.2075
Yxy32.06110.27560.3086
Hunter Lab56.6225-8.8321-5.6072
CIE-Lab63.3934-7.0402-10.0852

#819eab color RGB value is (129,158,171).

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

The process color (four color CMYK) of #819eab color hex is 0.25, 0.08, 0.00, 0.33. Web safe color of #819eab is #999999. Color #819eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10011110 10101011
Octal 201 236 253
Decimal 129 158 171
Hex 81 9E AB

RGB Percentages of Color #819eab

%28.17
%34.50
%37.34

CMYK Percentages of Color #819eab

%25
%8
%0
%33

Triadic Colors of #819eab

#819eab #ab819e #9eab81

Analogous Colors of #819eab

#819eab #8189ab #81aba3

Monochromatic Colors of #819eab

#819eab

Complementary Color

#819eab #ab8e81

#819eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#819eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#819eab Color CSS Codes

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

#819eab Text Font Color

<p style="color:#819eab">Text here</p>

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


#819eab Background Color

<div style="background-color:#819eab">
Div content here</div>

This div background color is #819eab


#819eab Border Color

<div style="border:3px solid #819eab">
Div here</div>

This div border color is #819eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #819eab


Comments

No comments written yet.

Please login to write comment.