Color Hex Logo

#1fd82f Color Hex

#1FD82F
(31,216,47)
0 Favorites   0 Comments

Color spaces of #1fd82f

RGB 3121647
HSL0.350.750.48
HSV125°86°85°
CMYK 0.860.000.78   0.15
XYZ25.634049.608310.9136
Yxy49.60830.29750.5758
Hunter Lab70.4332-58.293340.1162
CIE-Lab75.8282-72.766565.4209

#1fd82f color RGB value is (31,216,47).

#1fd82f hex color red value is 31, green value is 216 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #1fd82f hue: 0.35 , saturation: 0.75 and the lightness value of 1fd82f is 0.48.

The process color (four color CMYK) of #1fd82f color hex is 0.86, 0.00, 0.78, 0.15. Web safe color of #1fd82f is #33cc33. Color #1fd82f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 11011000 00101111
Octal 37 330 57
Decimal 31 216 47
Hex 1F D8 2F

RGB Percentages of Color #1fd82f

%10.54
%73.47
%15.99

CMYK Percentages of Color #1fd82f

%86
%0
%78
%15

Triadic Colors of #1fd82f

#1fd82f #2f1fd8 #d82f1f

Analogous Colors of #1fd82f

#1fd82f #1fd88c #6cd81f

Monochromatic Colors of #1fd82f

#1fd82f

Complementary Color

#1fd82f #d81fc8

#1fd82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1fd82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1fd82f Color CSS Codes

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

#1fd82f Text Font Color

<p style="color:#1fd82f">Text here</p>

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


#1fd82f Background Color

<div style="background-color:#1fd82f">
Div content here</div>

This div background color is #1fd82f


#1fd82f Border Color

<div style="border:3px solid #1fd82f">
Div here</div>

This div border color is #1fd82f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(31,216,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1fd82f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1fd82f;
  -webkit-box-shadow: 1px 1px 3px 2px #1fd82f;
  box-shadow:         1px 1px 3px 2px #1fd82f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(31,216,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1fd82f


Comments

No comments written yet.

Please login to write comment.