Color Hex Logo

#849aae Color Hex

#849AAE
(132,154,174)
0 Favorites   0 Comments

Color spaces of #849aae

RGB 132154174
HSL0.580.210.60
HSV209°24°68°
CMYK 0.240.110.00   0.32
XYZ28.711331.072744.5288
Yxy31.07270.27520.2979
Hunter Lab55.7429-5.6107-8.3423
CIE-Lab62.5690-3.1730-12.9897

#849aae color RGB value is (132,154,174).

#849aae hex color red value is 132, green value is 154 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #849aae hue: 0.58 , saturation: 0.21 and the lightness value of 849aae is 0.60.

The process color (four color CMYK) of #849aae color hex is 0.24, 0.11, 0.00, 0.32. Web safe color of #849aae is #999999. Color #849aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011010 10101110
Octal 204 232 256
Decimal 132 154 174
Hex 84 9A AE

RGB Percentages of Color #849aae

%28.70
%33.48
%37.83

CMYK Percentages of Color #849aae

%24
%11
%0
%32

Triadic Colors of #849aae

#849aae #ae849a #9aae84

Analogous Colors of #849aae

#849aae #8485ae #84aead

Monochromatic Colors of #849aae

#849aae

Complementary Color

#849aae #ae9884

#849aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#849aae Color CSS Codes

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

#849aae Text Font Color

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

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


#849aae Background Color

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

This div background color is #849aae


#849aae Border Color

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

This div border color is #849aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849aae


Comments

No comments written yet.

Please login to write comment.