Color Hex Logo

#5fd029 Color Hex

#5FD029
(95,208,41)
0 Favorites   0 Comments

Color spaces of #5fd029

RGB 9520841
HSL0.280.670.49
HSV101°80°82°
CMYK 0.540.000.80   0.18
XYZ27.675447.70479.8471
Yxy47.70470.32470.5597
Hunter Lab69.0686-49.346139.8950
CIE-Lab74.6383-59.280366.4998

#5fd029 color RGB value is (95,208,41).

#5fd029 hex color red value is 95, green value is 208 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #5fd029 hue: 0.28 , saturation: 0.67 and the lightness value of 5fd029 is 0.49.

The process color (four color CMYK) of #5fd029 color hex is 0.54, 0.00, 0.80, 0.18. Web safe color of #5fd029 is #66cc33. Color #5fd029 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11010000 00101001
Octal 137 320 51
Decimal 95 208 41
Hex 5F D0 29

RGB Percentages of Color #5fd029

%27.62
%60.47
%11.92

CMYK Percentages of Color #5fd029

%54
%0
%80
%18

Triadic Colors of #5fd029

#5fd029 #295fd0 #d0295f

Analogous Colors of #5fd029

#5fd029 #29d047 #b3d029

Monochromatic Colors of #5fd029

#5fd029

Complementary Color

#5fd029 #9a29d0

#5fd029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fd029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fd029 Color CSS Codes

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

#5fd029 Text Font Color

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

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


#5fd029 Background Color

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

This div background color is #5fd029


#5fd029 Border Color

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

This div border color is #5fd029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fd029


Comments

No comments written yet.

Please login to write comment.