Color Hex Logo

#1fd999 Color Hex

#1FD999
(31,217,153)
0 Favorites   0 Comments

Color spaces of #1fd999

RGB 31217153
HSL0.440.750.49
HSV159°86°85°
CMYK 0.860.000.29   0.15
XYZ31.127752.216938.5753
Yxy52.21690.25530.4283
Hunter Lab72.2613-49.565518.9320
CIE-Lab77.4104-57.985119.5339

#1fd999 color RGB value is (31,217,153).

#1fd999 hex color red value is 31, green value is 217 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #1fd999 hue: 0.44 , saturation: 0.75 and the lightness value of 1fd999 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00011111 11011001 10011001
Octal 37 331 231
Decimal 31 217 153
Hex 1F D9 99

RGB Percentages of Color #1fd999

%7.73
%54.11
%38.15

CMYK Percentages of Color #1fd999

%86
%0
%29
%15

Triadic Colors of #1fd999

#1fd999 #991fd9 #d9991f

Analogous Colors of #1fd999

#1fd999 #1fbcd9 #1fd93c

Monochromatic Colors of #1fd999

#1fd999

Complementary Color

#1fd999 #d91f5f

#1fd999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1fd999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1fd999 Color CSS Codes

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

#1fd999 Text Font Color

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

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


#1fd999 Background Color

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

This div background color is #1fd999


#1fd999 Border Color

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

This div border color is #1fd999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1fd999


Comments

No comments written yet.

Please login to write comment.