Color Hex Logo

#f1dc30 Color Hex

#F1DC30
(241,220,48)
0 Favorites   0 Comments

Color spaces of #f1dc30

RGB 24122048
HSL0.150.870.57
HSV53°80°95°
CMYK 0.000.090.80   0.05
XYZ62.402370.100613.0381
Yxy70.10060.42880.4817
Hunter Lab83.7261-13.482049.3754
CIE-Lab87.0462-9.596979.0875

#f1dc30 color RGB value is (241,220,48).

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

The process color (four color CMYK) of #f1dc30 color hex is 0.00, 0.09, 0.80, 0.05. Web safe color of #f1dc30 is #ffcc33. Color #f1dc30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011100 00110000
Octal 361 334 60
Decimal 241 220 48
Hex F1 DC 30

RGB Percentages of Color #f1dc30

%47.35
%43.22
%9.43

CMYK Percentages of Color #f1dc30

%0
%9
%80
%5

Triadic Colors of #f1dc30

#f1dc30 #30f1dc #dc30f1

Analogous Colors of #f1dc30

#f1dc30 #a6f130 #f17c30

Monochromatic Colors of #f1dc30

#f1dc30

Complementary Color

#f1dc30 #3045f1

#f1dc30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1dc30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1dc30 Color CSS Codes

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

#f1dc30 Text Font Color

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

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


#f1dc30 Background Color

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

This div background color is #f1dc30


#f1dc30 Border Color

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

This div border color is #f1dc30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1dc30


Comments

No comments written yet.

Please login to write comment.