Color Hex Logo

#5fd19d Color Hex

#5FD19D
(95,209,157)
0 Favorites   0 Comments

Color spaces of #5fd19d

RGB 95209157
HSL0.420.550.60
HSV153°55°82°
CMYK 0.550.000.25   0.18
XYZ33.605650.468139.8684
Yxy50.46810.27110.4072
Hunter Lab71.0409-39.882916.4549
CIE-Lab76.3557-44.526516.1515

#5fd19d color RGB value is (95,209,157).

#5fd19d hex color red value is 95, green value is 209 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #5fd19d hue: 0.42 , saturation: 0.55 and the lightness value of 5fd19d is 0.60.

The process color (four color CMYK) of #5fd19d color hex is 0.55, 0.00, 0.25, 0.18. Web safe color of #5fd19d is #66cc99. Color #5fd19d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11010001 10011101
Octal 137 321 235
Decimal 95 209 157
Hex 5F D1 9D

RGB Percentages of Color #5fd19d

%20.61
%45.34
%34.06

CMYK Percentages of Color #5fd19d

%55
%0
%25
%18

Triadic Colors of #5fd19d

#5fd19d #9d5fd1 #d19d5f

Analogous Colors of #5fd19d

#5fd19d #5fccd1 #5fd164

Monochromatic Colors of #5fd19d

#5fd19d

Complementary Color

#5fd19d #d15f93

#5fd19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fd19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fd19d Color CSS Codes

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

#5fd19d Text Font Color

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

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


#5fd19d Background Color

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

This div background color is #5fd19d


#5fd19d Border Color

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

This div border color is #5fd19d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fd19d


Comments

No comments written yet.

Please login to write comment.