Color Hex Logo

#849dad Color Hex

#849DAD
(132,157,173)
0 Favorites   0 Comments

Color spaces of #849dad

RGB 132157173
HSL0.570.200.60
HSV203°24°68°
CMYK 0.240.090.00   0.32
XYZ29.115532.036644.1843
Yxy32.03660.27640.3041
Hunter Lab56.6009-7.2311-6.6629
CIE-Lab63.3731-5.0722-11.2194

#849dad color RGB value is (132,157,173).

#849dad hex color red value is 132, green value is 157 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #849dad hue: 0.57 , saturation: 0.20 and the lightness value of 849dad is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011101 10101101
Octal 204 235 255
Decimal 132 157 173
Hex 84 9D AD

RGB Percentages of Color #849dad

%28.57
%33.98
%37.45

CMYK Percentages of Color #849dad

%24
%9
%0
%32

Triadic Colors of #849dad

#849dad #ad849d #9dad84

Analogous Colors of #849dad

#849dad #8489ad #84ada9

Monochromatic Colors of #849dad

#849dad

Complementary Color

#849dad #ad9484

#849dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#849dad Color CSS Codes

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

#849dad Text Font Color

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

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


#849dad Background Color

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

This div background color is #849dad


#849dad Border Color

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

This div border color is #849dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849dad

#849dad Color Palettes


Comments

No comments written yet.

Please login to write comment.