Color Hex Logo

#f1dc60 Color Hex

#F1DC60
(241,220,96)
0 Favorites   0 Comments

Color spaces of #f1dc60

RGB 24122096
HSL0.140.840.66
HSV51°60°95°
CMYK 0.000.090.60   0.05
XYZ63.980170.731721.3468
Yxy70.73170.41000.4532
Hunter Lab84.1021-11.386243.8225
CIE-Lab87.3545-7.293762.0113

#f1dc60 color RGB value is (241,220,96).

#f1dc60 hex color red value is 241, green value is 220 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #f1dc60 hue: 0.14 , saturation: 0.84 and the lightness value of f1dc60 is 0.66.

The process color (four color CMYK) of #f1dc60 color hex is 0.00, 0.09, 0.60, 0.05. Web safe color of #f1dc60 is #ffcc66. Color #f1dc60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011100 01100000
Octal 361 334 140
Decimal 241 220 96
Hex F1 DC 60

RGB Percentages of Color #f1dc60

%43.27
%39.50
%17.24

CMYK Percentages of Color #f1dc60

%0
%9
%60
%5

Triadic Colors of #f1dc60

#f1dc60 #60f1dc #dc60f1

Analogous Colors of #f1dc60

#f1dc60 #bef160 #f19460

Monochromatic Colors of #f1dc60

#f1dc60

Complementary Color

#f1dc60 #6075f1

#f1dc60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1dc60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1dc60 Color CSS Codes

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

#f1dc60 Text Font Color

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

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


#f1dc60 Background Color

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

This div background color is #f1dc60


#f1dc60 Border Color

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

This div border color is #f1dc60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1dc60


Comments

No comments written yet.

Please login to write comment.