Color Hex Logo

#1ffd4a Color Hex

#1FFD4A
(31,253,74)
0 Favorites   0 Comments

Color spaces of #1ffd4a

RGB 3125374
HSL0.370.980.56
HSV132°88°99°
CMYK 0.880.000.71   0.01
XYZ36.926471.036318.2437
Yxy71.03630.29260.5629
Hunter Lab84.2830-69.290246.1644
CIE-Lab87.5026-81.291768.1938

#1ffd4a color RGB value is (31,253,74).

#1ffd4a hex color red value is 31, green value is 253 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #1ffd4a hue: 0.37 , saturation: 0.98 and the lightness value of 1ffd4a is 0.56.

The process color (four color CMYK) of #1ffd4a color hex is 0.88, 0.00, 0.71, 0.01. Web safe color of #1ffd4a is #33ff33. Color #1ffd4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 11111101 01001010
Octal 37 375 112
Decimal 31 253 74
Hex 1F FD 4A

RGB Percentages of Color #1ffd4a

%8.66
%70.67
%20.67

CMYK Percentages of Color #1ffd4a

%88
%0
%71
%1

Triadic Colors of #1ffd4a

#1ffd4a #4a1ffd #fd4a1f

Analogous Colors of #1ffd4a

#1ffd4a #1ffdb9 #63fd1f

Monochromatic Colors of #1ffd4a

#1ffd4a

Complementary Color

#1ffd4a #fd1fd2

#1ffd4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ffd4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ffd4a Color CSS Codes

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

#1ffd4a Text Font Color

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

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


#1ffd4a Background Color

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

This div background color is #1ffd4a


#1ffd4a Border Color

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

This div border color is #1ffd4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ffd4a


Comments

No comments written yet.

Please login to write comment.