Color Hex Logo

#5fdf15 Color Hex

#5FDF15
(95,223,21)
0 Favorites   0 Comments

Color spaces of #5fdf15

RGB 9522321
HSL0.270.830.48
HSV98°91°87°
CMYK 0.570.000.91   0.13
XYZ31.242355.26249.7295
Yxy55.26240.32460.5742
Hunter Lab74.3387-55.074544.2772
CIE-Lab79.1922-65.242974.7102

#5fdf15 color RGB value is (95,223,21).

#5fdf15 hex color red value is 95, green value is 223 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #5fdf15 hue: 0.27 , saturation: 0.83 and the lightness value of 5fdf15 is 0.48.

The process color (four color CMYK) of #5fdf15 color hex is 0.57, 0.00, 0.91, 0.13. Web safe color of #5fdf15 is #66cc00. Color #5fdf15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011111 00010101
Octal 137 337 25
Decimal 95 223 21
Hex 5F DF 15

RGB Percentages of Color #5fdf15

%28.02
%65.78
%6.19

CMYK Percentages of Color #5fdf15

%57
%0
%91
%13

Triadic Colors of #5fdf15

#5fdf15 #155fdf #df155f

Analogous Colors of #5fdf15

#5fdf15 #15df30 #c4df15

Monochromatic Colors of #5fdf15

#5fdf15

Complementary Color

#5fdf15 #9515df

#5fdf15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdf15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdf15 Color CSS Codes

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

#5fdf15 Text Font Color

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

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


#5fdf15 Background Color

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

This div background color is #5fdf15


#5fdf15 Border Color

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

This div border color is #5fdf15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdf15


Comments

No comments written yet.

Please login to write comment.