Color Hex Logo

#5fa191 Color Hex

#5FA191
(95,161,145)
0 Favorites   0 Comments

Color spaces of #5fa191

RGB 95161145
HSL0.460.260.50
HSV165°41°63°
CMYK 0.410.000.10   0.37
XYZ22.575029.967031.3824
Yxy29.96700.26900.3571
Hunter Lab54.7421-22.18744.3299
CIE-Lab61.6257-24.94701.7266

#5fa191 color RGB value is (95,161,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10100001 10010001
Octal 137 241 221
Decimal 95 161 145
Hex 5F A1 91

RGB Percentages of Color #5fa191

%23.69
%40.15
%36.16

CMYK Percentages of Color #5fa191

%41
%0
%10
%37

Triadic Colors of #5fa191

#5fa191 #915fa1 #a1915f

Analogous Colors of #5fa191

#5fa191 #5f90a1 #5fa170

Monochromatic Colors of #5fa191

#5fa191

Complementary Color

#5fa191 #a15f6f

#5fa191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa191 Color CSS Codes

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

#5fa191 Text Font Color

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

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


#5fa191 Background Color

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

This div background color is #5fa191


#5fa191 Border Color

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

This div border color is #5fa191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa191


Comments

No comments written yet.

Please login to write comment.