Color Hex Logo

#849caa Color Hex

#849CAA
(132,156,170)
0 Favorites   0 Comments

Color spaces of #849caa

RGB 132156170
HSL0.560.180.59
HSV202°22°67°
CMYK 0.220.080.00   0.33
XYZ28.659931.584742.6161
Yxy31.58470.27860.3071
Hunter Lab56.2003-7.3226-5.6188
CIE-Lab62.9981-5.2233-10.0930

#849caa color RGB value is (132,156,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011100 10101010
Octal 204 234 252
Decimal 132 156 170
Hex 84 9C AA

RGB Percentages of Color #849caa

%28.82
%34.06
%37.12

CMYK Percentages of Color #849caa

%22
%8
%0
%33

Triadic Colors of #849caa

#849caa #aa849c #9caa84

Analogous Colors of #849caa

#849caa #8489aa #84aaa5

Monochromatic Colors of #849caa

#849caa

Complementary Color

#849caa #aa9284

#849caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#849caa Color CSS Codes

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

#849caa Text Font Color

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

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


#849caa Background Color

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

This div background color is #849caa


#849caa Border Color

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

This div border color is #849caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,156,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849caa


Comments

No comments written yet.

Please login to write comment.