Color Hex Logo

#5fd814 Color Hex

#5FD814
(95,216,20)
0 Favorites   0 Comments

Color spaces of #5fd814

RGB 9521620
HSL0.270.830.46
HSV97°91°85°
CMYK 0.560.000.91   0.15
XYZ29.401451.59519.0711
Yxy51.59510.32640.5728
Hunter Lab71.8297-52.638342.7933
CIE-Lab77.0381-62.873373.0604

#5fd814 color RGB value is (95,216,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011000 00010100
Octal 137 330 24
Decimal 95 216 20
Hex 5F D8 14

RGB Percentages of Color #5fd814

%28.70
%65.26
%6.04

CMYK Percentages of Color #5fd814

%56
%0
%91
%15

Triadic Colors of #5fd814

#5fd814 #145fd8 #d8145f

Analogous Colors of #5fd814

#5fd814 #14d82b #c1d814

Monochromatic Colors of #5fd814

#5fd814

Complementary Color

#5fd814 #8d14d8

#5fd814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fd814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fd814 Color CSS Codes

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

#5fd814 Text Font Color

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

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


#5fd814 Background Color

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

This div background color is #5fd814


#5fd814 Border Color

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

This div border color is #5fd814


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,216,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 #5fd814">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fd814


Comments

No comments written yet.

Please login to write comment.