Color Hex Logo

#5fa588 Color Hex

#5FA588
(95,165,136)
0 Favorites   0 Comments

Color spaces of #5fa588

RGB 95165136
HSL0.430.280.51
HSV155°42°65°
CMYK 0.420.000.18   0.35
XYZ22.618431.120728.1073
Yxy31.12070.27640.3802
Hunter Lab55.7859-25.25269.1774
CIE-Lab62.6094-28.98868.1881

#5fa588 color RGB value is (95,165,136).

#5fa588 hex color red value is 95, green value is 165 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #5fa588 hue: 0.43 , saturation: 0.28 and the lightness value of 5fa588 is 0.51.

The process color (four color CMYK) of #5fa588 color hex is 0.42, 0.00, 0.18, 0.35. Web safe color of #5fa588 is #669999. Color #5fa588 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10100101 10001000
Octal 137 245 210
Decimal 95 165 136
Hex 5F A5 88

RGB Percentages of Color #5fa588

%23.99
%41.67
%34.34

CMYK Percentages of Color #5fa588

%42
%0
%18
%35

Triadic Colors of #5fa588

#5fa588 #885fa5 #a5885f

Analogous Colors of #5fa588

#5fa588 #5f9fa5 #5fa565

Monochromatic Colors of #5fa588

#5fa588

Complementary Color

#5fa588 #a55f7c

#5fa588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa588 Color CSS Codes

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

#5fa588 Text Font Color

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

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


#5fa588 Background Color

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

This div background color is #5fa588


#5fa588 Border Color

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

This div border color is #5fa588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa588


Comments

No comments written yet.

Please login to write comment.