Color Hex Logo

#5fd344 Color Hex

#5FD344
(95,211,68)
0 Favorites   0 Comments

Color spaces of #5fd344

RGB 9521168
HSL0.300.620.55
HSV109°68°83°
CMYK 0.550.000.68   0.17
XYZ29.057049.438813.4800
Yxy49.43880.31590.5375
Hunter Lab70.3127-49.281537.8521
CIE-Lab75.7235-58.532558.4643

#5fd344 color RGB value is (95,211,68).

#5fd344 hex color red value is 95, green value is 211 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #5fd344 hue: 0.30 , saturation: 0.62 and the lightness value of 5fd344 is 0.55.

The process color (four color CMYK) of #5fd344 color hex is 0.55, 0.00, 0.68, 0.17. Web safe color of #5fd344 is #66cc33. Color #5fd344 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11010011 01000100
Octal 137 323 104
Decimal 95 211 68
Hex 5F D3 44

RGB Percentages of Color #5fd344

%25.40
%56.42
%18.18

CMYK Percentages of Color #5fd344

%55
%0
%68
%17

Triadic Colors of #5fd344

#5fd344 #445fd3 #d3445f

Analogous Colors of #5fd344

#5fd344 #44d371 #a7d344

Monochromatic Colors of #5fd344

#5fd344

Complementary Color

#5fd344 #b844d3

#5fd344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fd344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fd344 Color CSS Codes

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

#5fd344 Text Font Color

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

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


#5fd344 Background Color

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

This div background color is #5fd344


#5fd344 Border Color

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

This div border color is #5fd344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fd344


Comments

No comments written yet.

Please login to write comment.