Color Hex Logo

#5fdd3f Color Hex

#5FDD3F
(95,221,63)
0 Favorites   0 Comments

Color spaces of #5fdd3f

RGB 9522163
HSL0.300.700.56
HSV108°71°87°
CMYK 0.570.000.71   0.13
XYZ31.473054.504713.5643
Yxy54.50470.31620.5476
Hunter Lab73.8273-53.102240.7857
CIE-Lab78.7551-62.511863.4838

#5fdd3f color RGB value is (95,221,63).

#5fdd3f hex color red value is 95, green value is 221 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #5fdd3f hue: 0.30 , saturation: 0.70 and the lightness value of 5fdd3f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011101 00111111
Octal 137 335 77
Decimal 95 221 63
Hex 5F DD 3F

RGB Percentages of Color #5fdd3f

%25.07
%58.31
%16.62

CMYK Percentages of Color #5fdd3f

%57
%0
%71
%13

Triadic Colors of #5fdd3f

#5fdd3f #3f5fdd #dd3f5f

Analogous Colors of #5fdd3f

#5fdd3f #3fdd6e #aedd3f

Monochromatic Colors of #5fdd3f

#5fdd3f

Complementary Color

#5fdd3f #bd3fdd

#5fdd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdd3f Color CSS Codes

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

#5fdd3f Text Font Color

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

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


#5fdd3f Background Color

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

This div background color is #5fdd3f


#5fdd3f Border Color

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

This div border color is #5fdd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdd3f


Comments

No comments written yet.

Please login to write comment.