Color Hex Logo

#5fb86d Color Hex

#5FB86D
(95,184,109)
0 Favorites   0 Comments

Color spaces of #5fb86d

RGB 95184109
HSL0.360.390.55
HSV129°48°72°
CMYK 0.480.000.41   0.28
XYZ24.620137.818020.4700
Yxy37.81800.29700.4561
Hunter Lab61.4963-36.156023.3119
CIE-Lab67.8863-42.850530.0584

#5fb86d color RGB value is (95,184,109).

#5fb86d hex color red value is 95, green value is 184 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #5fb86d hue: 0.36 , saturation: 0.39 and the lightness value of 5fb86d is 0.55.

The process color (four color CMYK) of #5fb86d color hex is 0.48, 0.00, 0.41, 0.28. Web safe color of #5fb86d is #66cc66. Color #5fb86d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111000 01101101
Octal 137 270 155
Decimal 95 184 109
Hex 5F B8 6D

RGB Percentages of Color #5fb86d

%24.48
%47.42
%28.09

CMYK Percentages of Color #5fb86d

%48
%0
%41
%28

Triadic Colors of #5fb86d

#5fb86d #6d5fb8 #b86d5f

Analogous Colors of #5fb86d

#5fb86d #5fb89a #7eb85f

Monochromatic Colors of #5fb86d

#5fb86d

Complementary Color

#5fb86d #b85faa

#5fb86d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fb86d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fb86d Color CSS Codes

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

#5fb86d Text Font Color

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

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


#5fb86d Background Color

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

This div background color is #5fb86d


#5fb86d Border Color

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

This div border color is #5fb86d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fb86d


Comments

No comments written yet.

Please login to write comment.