Color Hex Logo

#1ffd3c Color Hex

#1FFD3C
(31,253,60)
0 Favorites   0 Comments

Color spaces of #1ffd3c

RGB 3125360
HSL0.360.980.56
HSV128°88°99°
CMYK 0.880.000.76   0.01
XYZ36.506070.868116.0298
Yxy70.86810.29580.5743
Hunter Lab84.1832-69.914247.6385
CIE-Lab87.4209-82.329272.7065

#1ffd3c color RGB value is (31,253,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011111 11111101 00111100
Octal 37 375 74
Decimal 31 253 60
Hex 1F FD 3C

RGB Percentages of Color #1ffd3c

%9.01
%73.55
%17.44

CMYK Percentages of Color #1ffd3c

%88
%0
%76
%1

Triadic Colors of #1ffd3c

#1ffd3c #3c1ffd #fd3c1f

Analogous Colors of #1ffd3c

#1ffd3c #1ffdab #71fd1f

Monochromatic Colors of #1ffd3c

#1ffd3c

Complementary Color

#1ffd3c #fd1fe0

#1ffd3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ffd3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ffd3c Color CSS Codes

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

#1ffd3c Text Font Color

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

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


#1ffd3c Background Color

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

This div background color is #1ffd3c


#1ffd3c Border Color

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

This div border color is #1ffd3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ffd3c


Comments

No comments written yet.

Please login to write comment.