Color Hex Logo

#5f849e Color Hex

#5F849E
(95,132,158)
0 Favorites   0 Comments

Color spaces of #5f849e

RGB 95132158
HSL0.570.250.50
HSV205°40°62°
CMYK 0.400.160.00   0.38
XYZ19.142121.404035.4702
Yxy21.40400.25180.2816
Hunter Lab46.2645-7.1077-13.0715
CIE-Lab53.3888-6.0092-17.9787

#5f849e color RGB value is (95,132,158).

#5f849e hex color red value is 95, green value is 132 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #5f849e hue: 0.57 , saturation: 0.25 and the lightness value of 5f849e is 0.50.

The process color (four color CMYK) of #5f849e color hex is 0.40, 0.16, 0.00, 0.38. Web safe color of #5f849e is #669999. Color #5f849e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10000100 10011110
Octal 137 204 236
Decimal 95 132 158
Hex 5F 84 9E

RGB Percentages of Color #5f849e

%24.68
%34.29
%41.04

CMYK Percentages of Color #5f849e

%40
%16
%0
%38

Triadic Colors of #5f849e

#5f849e #9e5f84 #849e5f

Analogous Colors of #5f849e

#5f849e #5f659e #5f9e99

Monochromatic Colors of #5f849e

#5f849e

Complementary Color

#5f849e #9e795f

#5f849e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f849e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f849e Color CSS Codes

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

#5f849e Text Font Color

<p style="color:#5f849e">Text here</p>

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


#5f849e Background Color

<div style="background-color:#5f849e">
Div content here</div>

This div background color is #5f849e


#5f849e Border Color

<div style="border:3px solid #5f849e">
Div here</div>

This div border color is #5f849e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f849e


Comments

No comments written yet.

Please login to write comment.