Color Hex Logo

#f1fd14 Color Hex

#F1FD14
(241,253,20)
0 Favorites   0 Comments

Color spaces of #f1fd14

RGB 24125320
HSL0.180.980.54
HSV63°92°99°
CMYK 0.050.000.92   0.01
XYZ71.527289.001814.0710
Yxy89.00180.40970.5097
Hunter Lab94.3408-29.761457.1954
CIE-Lab95.5812-26.159891.2657

#f1fd14 color RGB value is (241,253,20).

#f1fd14 hex color red value is 241, green value is 253 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #f1fd14 hue: 0.18 , saturation: 0.98 and the lightness value of f1fd14 is 0.54.

The process color (four color CMYK) of #f1fd14 color hex is 0.05, 0.00, 0.92, 0.01. Web safe color of #f1fd14 is #ffff00. Color #f1fd14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11111101 00010100
Octal 361 375 24
Decimal 241 253 20
Hex F1 FD 14

RGB Percentages of Color #f1fd14

%46.89
%49.22
%3.89

CMYK Percentages of Color #f1fd14

%5
%0
%92
%1

Triadic Colors of #f1fd14

#f1fd14 #14f1fd #fd14f1

Analogous Colors of #f1fd14

#f1fd14 #7dfd14 #fd9514

Monochromatic Colors of #f1fd14

#f1fd14

Complementary Color

#f1fd14 #2014fd

#f1fd14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1fd14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1fd14 Color CSS Codes

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

#f1fd14 Text Font Color

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

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


#f1fd14 Background Color

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

This div background color is #f1fd14


#f1fd14 Border Color

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

This div border color is #f1fd14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1fd14


Comments

No comments written yet.

Please login to write comment.