Color Hex Logo

#849bab Color Hex

#849BAB
(132,155,171)
0 Favorites   0 Comments

Color spaces of #849bab

RGB 132155171
HSL0.570.190.59
HSV205°23°67°
CMYK 0.230.090.00   0.33
XYZ28.587831.288543.0606
Yxy31.28850.27770.3040
Hunter Lab55.9361-6.6605-6.4872
CIE-Lab62.7504-4.4369-11.0270

#849bab color RGB value is (132,155,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011011 10101011
Octal 204 233 253
Decimal 132 155 171
Hex 84 9B AB

RGB Percentages of Color #849bab

%28.82
%33.84
%37.34

CMYK Percentages of Color #849bab

%23
%9
%0
%33

Triadic Colors of #849bab

#849bab #ab849b #9bab84

Analogous Colors of #849bab

#849bab #8488ab #84aba8

Monochromatic Colors of #849bab

#849bab

Complementary Color

#849bab #ab9484

#849bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#849bab Color CSS Codes

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

#849bab Text Font Color

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

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


#849bab Background Color

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

This div background color is #849bab


#849bab Border Color

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

This div border color is #849bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849bab


Comments

No comments written yet.

Please login to write comment.