Color Hex Logo

#849cad Color Hex

#849CAD
(132,156,173)
0 Favorites   0 Comments

Color spaces of #849cad

RGB 132156173
HSL0.570.200.60
HSV205°24°68°
CMYK 0.240.100.00   0.32
XYZ28.947031.699644.1281
Yxy31.69960.27630.3026
Hunter Lab56.3024-6.7562-7.0580
CIE-Lab63.0938-4.5198-11.6381

#849cad color RGB value is (132,156,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011100 10101101
Octal 204 234 255
Decimal 132 156 173
Hex 84 9C AD

RGB Percentages of Color #849cad

%28.63
%33.84
%37.53

CMYK Percentages of Color #849cad

%24
%10
%0
%32

Triadic Colors of #849cad

#849cad #ad849c #9cad84

Analogous Colors of #849cad

#849cad #8488ad #84adaa

Monochromatic Colors of #849cad

#849cad

Complementary Color

#849cad #ad9584

#849cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#849cad Color CSS Codes

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

#849cad Text Font Color

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

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


#849cad Background Color

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

This div background color is #849cad


#849cad Border Color

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

This div border color is #849cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849cad


Comments

No comments written yet.

Please login to write comment.