Color Hex Logo

#5fa596 Color Hex

#5FA596
(95,165,150)
0 Favorites   0 Comments

Color spaces of #5fa596

RGB 95165150
HSL0.460.280.51
HSV167°42°65°
CMYK 0.420.000.09   0.35
XYZ23.679531.545233.6949
Yxy31.54520.26630.3548
Hunter Lab56.1651-23.03243.7460
CIE-Lab62.9652-25.75080.8676

#5fa596 color RGB value is (95,165,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10100101 10010110
Octal 137 245 226
Decimal 95 165 150
Hex 5F A5 96

RGB Percentages of Color #5fa596

%23.17
%40.24
%36.59

CMYK Percentages of Color #5fa596

%42
%0
%9
%35

Triadic Colors of #5fa596

#5fa596 #965fa5 #a5965f

Analogous Colors of #5fa596

#5fa596 #5f91a5 #5fa573

Monochromatic Colors of #5fa596

#5fa596

Complementary Color

#5fa596 #a55f6e

#5fa596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa596 Color CSS Codes

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

#5fa596 Text Font Color

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

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


#5fa596 Background Color

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

This div background color is #5fa596


#5fa596 Border Color

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

This div border color is #5fa596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa596


Comments

No comments written yet.

Please login to write comment.