Color Hex Logo

#849eab Color Hex

#849EAB
(132,158,171)
0 Favorites   0 Comments

Color spaces of #849eab

RGB 132158171
HSL0.560.190.59
HSV200°23°67°
CMYK 0.230.080.00   0.33
XYZ29.093332.299543.2291
Yxy32.29950.27810.3087
Hunter Lab56.8326-8.0809-5.3154
CIE-Lab63.5896-6.0912-9.7713

#849eab color RGB value is (132,158,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011110 10101011
Octal 204 236 253
Decimal 132 158 171
Hex 84 9E AB

RGB Percentages of Color #849eab

%28.63
%34.27
%37.09

CMYK Percentages of Color #849eab

%23
%8
%0
%33

Triadic Colors of #849eab

#849eab #ab849e #9eab84

Analogous Colors of #849eab

#849eab #848bab #84aba5

Monochromatic Colors of #849eab

#849eab

Complementary Color

#849eab #ab9184

#849eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#849eab Color CSS Codes

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

#849eab Text Font Color

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

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


#849eab Background Color

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

This div background color is #849eab


#849eab Border Color

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

This div border color is #849eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849eab


Comments

No comments written yet.

Please login to write comment.