Color Hex Logo

#5fdd0b Color Hex

#5FDD0B
(95,221,11)
0 Favorites   0 Comments

Color spaces of #5fdd0b

RGB 9522111
HSL0.270.910.45
HSV96°95°87°
CMYK 0.570.000.95   0.13
XYZ30.636254.17009.1578
Yxy54.17000.32600.5765
Hunter Lab73.6003-54.499644.1430
CIE-Lab78.5608-64.767375.4083

#5fdd0b color RGB value is (95,221,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011101 00001011
Octal 137 335 13
Decimal 95 221 11
Hex 5F DD B

RGB Percentages of Color #5fdd0b

%29.05
%67.58
%3.36

CMYK Percentages of Color #5fdd0b

%57
%0
%95
%13

Triadic Colors of #5fdd0b

#5fdd0b #0b5fdd #dd0b5f

Analogous Colors of #5fdd0b

#5fdd0b #0bdd20 #c8dd0b

Monochromatic Colors of #5fdd0b

#5fdd0b

Complementary Color

#5fdd0b #890bdd

#5fdd0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdd0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdd0b Color CSS Codes

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

#5fdd0b Text Font Color

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

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


#5fdd0b Background Color

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

This div background color is #5fdd0b


#5fdd0b Border Color

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

This div border color is #5fdd0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdd0b


Comments

No comments written yet.

Please login to write comment.