Color Hex Logo

#849aca Color Hex

#849ACA
(132,154,202)
0 Favorites   0 Comments

Color spaces of #849aca

RGB 132154202
HSL0.610.400.65
HSV221°35°79°
CMYK 0.350.240.00   0.21
XYZ31.732032.281060.4355
Yxy32.28100.25500.2594
Hunter Lab56.81640.2638-23.2952
CIE-Lab63.57453.8684-27.1669

#849aca color RGB value is (132,154,202).

#849aca hex color red value is 132, green value is 154 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #849aca hue: 0.61 , saturation: 0.40 and the lightness value of 849aca is 0.65.

The process color (four color CMYK) of #849aca color hex is 0.35, 0.24, 0.00, 0.21. Web safe color of #849aca is #9999cc. Color #849aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011010 11001010
Octal 204 232 312
Decimal 132 154 202
Hex 84 9A CA

RGB Percentages of Color #849aca

%27.05
%31.56
%41.39

CMYK Percentages of Color #849aca

%35
%24
%0
%21

Triadic Colors of #849aca

#849aca #ca849a #9aca84

Analogous Colors of #849aca

#849aca #9184ca #84bdca

Monochromatic Colors of #849aca

#849aca

Complementary Color

#849aca #cab484

#849aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#849aca Color CSS Codes

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

#849aca Text Font Color

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

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


#849aca Background Color

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

This div background color is #849aca


#849aca Border Color

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

This div border color is #849aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849aca


Comments

No comments written yet.

Please login to write comment.