Color Hex Logo

#849acd Color Hex

#849ACD
(132,154,205)
0 Favorites   0 Comments

Color spaces of #849acd

RGB 132154205
HSL0.620.420.66
HSV222°36°80°
CMYK 0.360.250.00   0.20
XYZ32.090832.424562.3248
Yxy32.42450.25300.2556
Hunter Lab56.94250.9469-25.0344
CIE-Lab63.69224.6633-28.6591

#849acd color RGB value is (132,154,205).

#849acd hex color red value is 132, green value is 154 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #849acd hue: 0.62 , saturation: 0.42 and the lightness value of 849acd is 0.66.

The process color (four color CMYK) of #849acd color hex is 0.36, 0.25, 0.00, 0.20. Web safe color of #849acd is #9999cc. Color #849acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011010 11001101
Octal 204 232 315
Decimal 132 154 205
Hex 84 9A CD

RGB Percentages of Color #849acd

%26.88
%31.36
%41.75

CMYK Percentages of Color #849acd

%36
%25
%0
%20

Triadic Colors of #849acd

#849acd #cd849a #9acd84

Analogous Colors of #849acd

#849acd #9384cd #84bfcd

Monochromatic Colors of #849acd

#849acd

Complementary Color

#849acd #cdb784

#849acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#849acd Color CSS Codes

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

#849acd Text Font Color

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

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


#849acd Background Color

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

This div background color is #849acd


#849acd Border Color

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

This div border color is #849acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849acd


Comments

No comments written yet.

Please login to write comment.