Color Hex Logo

#f1de10 Color Hex

#F1DE10
(241,222,16)
0 Favorites   0 Comments

Color spaces of #f1de10

RGB 24122216
HSL0.150.890.50
HSV55°93°95°
CMYK 0.000.080.93   0.05
XYZ62.490470.980710.8973
Yxy70.98070.43290.4917
Hunter Lab84.2500-15.039651.3062
CIE-Lab87.4756-11.243685.5489

#f1de10 color RGB value is (241,222,16).

#f1de10 hex color red value is 241, green value is 222 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #f1de10 hue: 0.15 , saturation: 0.89 and the lightness value of f1de10 is 0.50.

The process color (four color CMYK) of #f1de10 color hex is 0.00, 0.08, 0.93, 0.05. Web safe color of #f1de10 is #ffcc00. Color #f1de10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11011110 00010000
Octal 361 336 20
Decimal 241 222 16
Hex F1 DE 10

RGB Percentages of Color #f1de10

%50.31
%46.35
%3.34

CMYK Percentages of Color #f1de10

%0
%8
%93
%5

Triadic Colors of #f1de10

#f1de10 #10f1de #de10f1

Analogous Colors of #f1de10

#f1de10 #94f110 #f16e10

Monochromatic Colors of #f1de10

#f1de10

Complementary Color

#f1de10 #1023f1

#f1de10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1de10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1de10 Color CSS Codes

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

#f1de10 Text Font Color

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

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


#f1de10 Background Color

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

This div background color is #f1de10


#f1de10 Border Color

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

This div border color is #f1de10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1de10


Comments

No comments written yet.

Please login to write comment.