Color Hex Logo

#849ebc Color Hex

#849EBC
(132,158,188)
0 Favorites   0 Comments

Color spaces of #849ebc

RGB 132158188
HSL0.590.290.63
HSV212°30°74°
CMYK 0.300.160.00   0.26
XYZ30.819732.990152.3203
Yxy32.99010.26540.2841
Hunter Lab57.4370-4.7348-13.8023
CIE-Lab64.1529-1.9814-18.4564

#849ebc color RGB value is (132,158,188).

#849ebc hex color red value is 132, green value is 158 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #849ebc hue: 0.59 , saturation: 0.29 and the lightness value of 849ebc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011110 10111100
Octal 204 236 274
Decimal 132 158 188
Hex 84 9E BC

RGB Percentages of Color #849ebc

%27.62
%33.05
%39.33

CMYK Percentages of Color #849ebc

%30
%16
%0
%26

Triadic Colors of #849ebc

#849ebc #bc849e #9ebc84

Analogous Colors of #849ebc

#849ebc #8684bc #84babc

Monochromatic Colors of #849ebc

#849ebc

Complementary Color

#849ebc #bca284

#849ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#849ebc Color CSS Codes

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

#849ebc Text Font Color

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

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


#849ebc Background Color

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

This div background color is #849ebc


#849ebc Border Color

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

This div border color is #849ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849ebc


Comments

No comments written yet.

Please login to write comment.