Color Hex Logo

#849aab Color Hex

#849AAB
(132,154,171)
0 Favorites   0 Comments

Color spaces of #849aab

RGB 132154171
HSL0.570.190.59
HSV206°23°67°
CMYK 0.230.100.00   0.33
XYZ28.422030.957043.0054
Yxy30.95700.27760.3024
Hunter Lab55.6390-6.1854-6.8801
CIE-Lab62.4713-3.8827-11.4455

#849aab color RGB value is (132,154,171).

#849aab hex color red value is 132, green value is 154 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #849aab hue: 0.57 , saturation: 0.19 and the lightness value of 849aab is 0.59.

The process color (four color CMYK) of #849aab color hex is 0.23, 0.10, 0.00, 0.33. Web safe color of #849aab is #999999. Color #849aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011010 10101011
Octal 204 232 253
Decimal 132 154 171
Hex 84 9A AB

RGB Percentages of Color #849aab

%28.88
%33.70
%37.42

CMYK Percentages of Color #849aab

%23
%10
%0
%33

Triadic Colors of #849aab

#849aab #ab849a #9aab84

Analogous Colors of #849aab

#849aab #8487ab #84aba9

Monochromatic Colors of #849aab

#849aab

Complementary Color

#849aab #ab9584

#849aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#849aab Color CSS Codes

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

#849aab Text Font Color

<p style="color:#849aab">Text here</p>

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


#849aab Background Color

<div style="background-color:#849aab">
Div content here</div>

This div background color is #849aab


#849aab Border Color

<div style="border:3px solid #849aab">
Div here</div>

This div border color is #849aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,154,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #849aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #849aab;
  -webkit-box-shadow: 1px 1px 3px 2px #849aab;
  box-shadow:         1px 1px 3px 2px #849aab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,154,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 #849aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849aab


Comments

No comments written yet.

Please login to write comment.