Color Hex Logo

#5f889e Color Hex

#5F889E
(95,136,158)
0 Favorites   0 Comments

Color spaces of #5f889e

RGB 95136158
HSL0.560.250.50
HSV201°40°62°
CMYK 0.400.140.00   0.38
XYZ19.695022.509835.6545
Yxy22.50980.25300.2891
Hunter Lab47.4445-8.9295-11.3452
CIE-Lab54.5638-8.2786-16.1908

#5f889e color RGB value is (95,136,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10001000 10011110
Octal 137 210 236
Decimal 95 136 158
Hex 5F 88 9E

RGB Percentages of Color #5f889e

%24.42
%34.96
%40.62

CMYK Percentages of Color #5f889e

%40
%14
%0
%38

Triadic Colors of #5f889e

#5f889e #9e5f88 #889e5f

Analogous Colors of #5f889e

#5f889e #5f699e #5f9e95

Monochromatic Colors of #5f889e

#5f889e

Complementary Color

#5f889e #9e755f

#5f889e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f889e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f889e Color CSS Codes

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

#5f889e Text Font Color

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

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


#5f889e Background Color

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

This div background color is #5f889e


#5f889e Border Color

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

This div border color is #5f889e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,136,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 #5f889e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f889e


Comments

No comments written yet.

Please login to write comment.