Color Hex Logo

#f1dc82 Color Hex

#F1DC82
(241,220,130)
0 Favorites   0 Comments

Color spaces of #f1dc82

RGB 241220130
HSL0.140.800.73
HSV49°46°95°
CMYK 0.000.090.46   0.05
XYZ65.898171.498931.4466
Yxy71.49890.39030.4235
Hunter Lab84.5570-8.863837.1401
CIE-Lab87.7268-4.562946.6384

#f1dc82 color RGB value is (241,220,130).

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

The process color (four color CMYK) of #f1dc82 color hex is 0.00, 0.09, 0.46, 0.05. Web safe color of #f1dc82 is #ffcc99. Color #f1dc82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011100 10000010
Octal 361 334 202
Decimal 241 220 130
Hex F1 DC 82

RGB Percentages of Color #f1dc82

%40.78
%37.23
%22.00

CMYK Percentages of Color #f1dc82

%0
%9
%46
%5

Triadic Colors of #f1dc82

#f1dc82 #82f1dc #dc82f1

Analogous Colors of #f1dc82

#f1dc82 #cff182 #f1a582

Monochromatic Colors of #f1dc82

#f1dc82

Complementary Color

#f1dc82 #8297f1

#f1dc82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1dc82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1dc82 Color CSS Codes

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

#f1dc82 Text Font Color

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

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


#f1dc82 Background Color

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

This div background color is #f1dc82


#f1dc82 Border Color

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

This div border color is #f1dc82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1dc82


Comments

No comments written yet.

Please login to write comment.