Color Hex Logo

#5fdc14 Color Hex

#5FDC14
(95,220,20)
0 Favorites   0 Comments

Color spaces of #5fdc14

RGB 9522020
HSL0.270.830.47
HSV98°91°86°
CMYK 0.570.000.91   0.14
XYZ30.438853.66989.4168
Yxy53.66980.32550.5739
Hunter Lab73.2597-54.039143.6606
CIE-Lab78.2688-64.246874.0865

#5fdc14 color RGB value is (95,220,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011100 00010100
Octal 137 334 24
Decimal 95 220 20
Hex 5F DC 14

RGB Percentages of Color #5fdc14

%28.36
%65.67
%5.97

CMYK Percentages of Color #5fdc14

%57
%0
%91
%14

Triadic Colors of #5fdc14

#5fdc14 #145fdc #dc145f

Analogous Colors of #5fdc14

#5fdc14 #14dc2d #c3dc14

Monochromatic Colors of #5fdc14

#5fdc14

Complementary Color

#5fdc14 #9114dc

#5fdc14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdc14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdc14 Color CSS Codes

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

#5fdc14 Text Font Color

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

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


#5fdc14 Background Color

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

This div background color is #5fdc14


#5fdc14 Border Color

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

This div border color is #5fdc14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdc14


Comments

No comments written yet.

Please login to write comment.