Color Hex Logo

#849dba Color Hex

#849DBA
(132,157,186)
0 Favorites   0 Comments

Color spaces of #849dba

RGB 132157186
HSL0.590.280.62
HSV212°29°73°
CMYK 0.290.160.00   0.27
XYZ30.435632.564651.1359
Yxy32.56460.26670.2853
Hunter Lab57.0654-4.6622-13.1836
CIE-Lab63.8068-1.9226-17.8620

#849dba color RGB value is (132,157,186).

#849dba hex color red value is 132, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #849dba hue: 0.59 , saturation: 0.28 and the lightness value of 849dba is 0.62.

The process color (four color CMYK) of #849dba color hex is 0.29, 0.16, 0.00, 0.27. Web safe color of #849dba is #9999cc. Color #849dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011101 10111010
Octal 204 235 272
Decimal 132 157 186
Hex 84 9D BA

RGB Percentages of Color #849dba

%27.79
%33.05
%39.16

CMYK Percentages of Color #849dba

%29
%16
%0
%27

Triadic Colors of #849dba

#849dba #ba849d #9dba84

Analogous Colors of #849dba

#849dba #8684ba #84b8ba

Monochromatic Colors of #849dba

#849dba

Complementary Color

#849dba #baa184

#849dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#849dba Color CSS Codes

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

#849dba Text Font Color

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

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


#849dba Background Color

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

This div background color is #849dba


#849dba Border Color

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

This div border color is #849dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849dba


Comments

No comments written yet.

Please login to write comment.