Color Hex Logo

#5fde0a Color Hex

#5FDE0A
(95,222,10)
0 Favorites   0 Comments

Color spaces of #5fde0a

RGB 9522210
HSL0.270.910.45
HSV96°95°87°
CMYK 0.570.000.95   0.13
XYZ30.895454.69749.2165
Yxy54.69740.32590.5769
Hunter Lab73.9577-54.858644.3817
CIE-Lab78.8666-65.121775.7489

#5fde0a color RGB value is (95,222,10).

#5fde0a hex color red value is 95, green value is 222 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #5fde0a hue: 0.27 , saturation: 0.91 and the lightness value of 5fde0a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011110 00001010
Octal 137 336 12
Decimal 95 222 10
Hex 5F DE A

RGB Percentages of Color #5fde0a

%29.05
%67.89
%3.06

CMYK Percentages of Color #5fde0a

%57
%0
%95
%13

Triadic Colors of #5fde0a

#5fde0a #0a5fde #de0a5f

Analogous Colors of #5fde0a

#5fde0a #0ade1f #c9de0a

Monochromatic Colors of #5fde0a

#5fde0a

Complementary Color

#5fde0a #890ade

#5fde0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fde0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fde0a Color CSS Codes

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

#5fde0a Text Font Color

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

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


#5fde0a Background Color

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

This div background color is #5fde0a


#5fde0a Border Color

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

This div border color is #5fde0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fde0a


Comments

No comments written yet.

Please login to write comment.