Color Hex Logo

#849eb6 Color Hex

#849EB6
(132,158,182)
0 Favorites   0 Comments

Color spaces of #849eb6

RGB 132158182
HSL0.580.260.62
HSV209°27°71°
CMYK 0.270.130.00   0.29
XYZ30.186132.736748.9838
Yxy32.73670.26970.2925
Hunter Lab57.2160-5.9547-10.7082
CIE-Lab63.9471-3.4648-15.4079

#849eb6 color RGB value is (132,158,182).

#849eb6 hex color red value is 132, green value is 158 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #849eb6 hue: 0.58 , saturation: 0.26 and the lightness value of 849eb6 is 0.62.

The process color (four color CMYK) of #849eb6 color hex is 0.27, 0.13, 0.00, 0.29. Web safe color of #849eb6 is #9999cc. Color #849eb6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011110 10110110
Octal 204 236 266
Decimal 132 158 182
Hex 84 9E B6

RGB Percentages of Color #849eb6

%27.97
%33.47
%38.56

CMYK Percentages of Color #849eb6

%27
%13
%0
%29

Triadic Colors of #849eb6

#849eb6 #b6849e #9eb684

Analogous Colors of #849eb6

#849eb6 #8485b6 #84b6b5

Monochromatic Colors of #849eb6

#849eb6

Complementary Color

#849eb6 #b69c84

#849eb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849eb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#849eb6 Color CSS Codes

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

#849eb6 Text Font Color

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

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


#849eb6 Background Color

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

This div background color is #849eb6


#849eb6 Border Color

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

This div border color is #849eb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849eb6


Comments

No comments written yet.

Please login to write comment.