Color Hex Logo

#849dab Color Hex

#849DAB
(132,157,171)
0 Favorites   0 Comments

Color spaces of #849dab

RGB 132157171
HSL0.560.190.59
HSV202°23°67°
CMYK 0.230.080.00   0.33
XYZ28.923431.959743.1725
Yxy31.95970.27800.3071
Hunter Lab56.5329-7.6083-5.7050
CIE-Lab63.3096-5.5411-10.1900

#849dab color RGB value is (132,157,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011101 10101011
Octal 204 235 253
Decimal 132 157 171
Hex 84 9D AB

RGB Percentages of Color #849dab

%28.70
%34.13
%37.17

CMYK Percentages of Color #849dab

%23
%8
%0
%33

Triadic Colors of #849dab

#849dab #ab849d #9dab84

Analogous Colors of #849dab

#849dab #848aab #84aba6

Monochromatic Colors of #849dab

#849dab

Complementary Color

#849dab #ab9284

#849dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#849dab Color CSS Codes

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

#849dab Text Font Color

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

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


#849dab Background Color

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

This div background color is #849dab


#849dab Border Color

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

This div border color is #849dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849dab


Comments

No comments written yet.

Please login to write comment.