Color Hex Logo

#f1dc01 Color Hex

#F1DC01
(241,220,1)
0 Favorites   0 Comments

Color spaces of #f1dc01

RGB 2412201
HSL0.150.990.47
HSV55°100°95°
CMYK 0.000.091.00   0.05
XYZ61.874369.889410.2576
Yxy69.88940.43570.4921
Hunter Lab83.5999-14.187651.2451
CIE-Lab86.9426-10.379586.4836

#f1dc01 color RGB value is (241,220,1).

#f1dc01 hex color red value is 241, green value is 220 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #f1dc01 hue: 0.15 , saturation: 0.99 and the lightness value of f1dc01 is 0.47.

The process color (four color CMYK) of #f1dc01 color hex is 0.00, 0.09, 1.00, 0.05. Web safe color of #f1dc01 is #ffcc00. Color #f1dc01 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011100 00000001
Octal 361 334 1
Decimal 241 220 1
Hex F1 DC 1

RGB Percentages of Color #f1dc01

%52.16
%47.62
%0.22

CMYK Percentages of Color #f1dc01

%0
%9
%100
%5

Triadic Colors of #f1dc01

#f1dc01 #01f1dc #dc01f1

Analogous Colors of #f1dc01

#f1dc01 #8ef101 #f16401

Monochromatic Colors of #f1dc01

#f1dc01

Complementary Color

#f1dc01 #0116f1

#f1dc01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1dc01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1dc01 Color CSS Codes

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

#f1dc01 Text Font Color

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

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


#f1dc01 Background Color

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

This div background color is #f1dc01


#f1dc01 Border Color

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

This div border color is #f1dc01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1dc01


Comments

No comments written yet.

Please login to write comment.