Color Hex Logo

#5fa196 Color Hex

#5FA196
(95,161,150)
0 Favorites   0 Comments

Color spaces of #5fa196

RGB 95161150
HSL0.470.260.50
HSV170°41°63°
CMYK 0.410.000.07   0.37
XYZ22.969230.124633.4582
Yxy30.12460.26540.3481
Hunter Lab54.8859-21.34982.2772
CIE-Lab61.7616-23.7406-0.8901

#5fa196 color RGB value is (95,161,150).

#5fa196 hex color red value is 95, green value is 161 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #5fa196 hue: 0.47 , saturation: 0.26 and the lightness value of 5fa196 is 0.50.

The process color (four color CMYK) of #5fa196 color hex is 0.41, 0.00, 0.07, 0.37. Web safe color of #5fa196 is #669999. Color #5fa196 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10100001 10010110
Octal 137 241 226
Decimal 95 161 150
Hex 5F A1 96

RGB Percentages of Color #5fa196

%23.40
%39.66
%36.95

CMYK Percentages of Color #5fa196

%41
%0
%7
%37

Triadic Colors of #5fa196

#5fa196 #965fa1 #a1965f

Analogous Colors of #5fa196

#5fa196 #5f8ba1 #5fa175

Monochromatic Colors of #5fa196

#5fa196

Complementary Color

#5fa196 #a15f6a

#5fa196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa196 Color CSS Codes

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

#5fa196 Text Font Color

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

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


#5fa196 Background Color

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

This div background color is #5fa196


#5fa196 Border Color

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

This div border color is #5fa196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa196


Comments

No comments written yet.

Please login to write comment.