Color Hex Logo

#849eaf Color Hex

#849EAF
(132,158,175)
0 Favorites   0 Comments

Color spaces of #849eaf

RGB 132158175
HSL0.570.210.60
HSV204°25°69°
CMYK 0.250.100.00   0.31
XYZ29.480432.454445.2680
Yxy32.45440.27500.3027
Hunter Lab56.9688-7.3245-7.2343
CIE-Lab63.7167-5.1508-11.8279

#849eaf color RGB value is (132,158,175).

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

The process color (four color CMYK) of #849eaf color hex is 0.25, 0.10, 0.00, 0.31. Web safe color of #849eaf is #999999. Color #849eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 10011110 10101111
Octal 204 236 257
Decimal 132 158 175
Hex 84 9E AF

RGB Percentages of Color #849eaf

%28.39
%33.98
%37.63

CMYK Percentages of Color #849eaf

%25
%10
%0
%31

Triadic Colors of #849eaf

#849eaf #af849e #9eaf84

Analogous Colors of #849eaf

#849eaf #8489af #84afab

Monochromatic Colors of #849eaf

#849eaf

Complementary Color

#849eaf #af9584

#849eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#849eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#849eaf Color CSS Codes

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

#849eaf Text Font Color

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

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


#849eaf Background Color

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

This div background color is #849eaf


#849eaf Border Color

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

This div border color is #849eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #849eaf

#849eaf Color Palettes


Comments

No comments written yet.

Please login to write comment.