Color Hex Logo

#5fa37d Color Hex

#5FA37D
(95,163,125)
0 Favorites   0 Comments

Color spaces of #5fa37d

RGB 95163125
HSL0.410.270.51
HSV146°42°64°
CMYK 0.420.000.23   0.36
XYZ21.518230.108024.0793
Yxy30.10800.28420.3977
Hunter Lab54.8708-26.023012.3909
CIE-Lab61.7473-30.380213.1011

#5fa37d color RGB value is (95,163,125).

#5fa37d hex color red value is 95, green value is 163 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #5fa37d hue: 0.41 , saturation: 0.27 and the lightness value of 5fa37d is 0.51.

The process color (four color CMYK) of #5fa37d color hex is 0.42, 0.00, 0.23, 0.36. Web safe color of #5fa37d is #669966. Color #5fa37d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10100011 01111101
Octal 137 243 175
Decimal 95 163 125
Hex 5F A3 7D

RGB Percentages of Color #5fa37d

%24.80
%42.56
%32.64

CMYK Percentages of Color #5fa37d

%42
%0
%23
%36

Triadic Colors of #5fa37d

#5fa37d #7d5fa3 #a37d5f

Analogous Colors of #5fa37d

#5fa37d #5fa39f #63a35f

Monochromatic Colors of #5fa37d

#5fa37d

Complementary Color

#5fa37d #a35f85

#5fa37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa37d Color CSS Codes

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

#5fa37d Text Font Color

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

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


#5fa37d Background Color

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

This div background color is #5fa37d


#5fa37d Border Color

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

This div border color is #5fa37d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa37d


Comments

No comments written yet.

Please login to write comment.