Color Hex Logo

#fee116 Color Hex

#FEE116
(254,225,22)
0 Favorites   0 Comments

Color spaces of #fee116

RGB 25422522
HSL0.150.990.54
HSV53°91°100°
CMYK 0.000.110.91   0.00
XYZ67.943174.979211.6505
Yxy74.97920.43960.4851
Hunter Lab86.5905-11.473752.6361
CIE-Lab89.3833-7.171586.7460

#fee116 color RGB value is (254,225,22).

#fee116 hex color red value is 254, green value is 225 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #fee116 hue: 0.15 , saturation: 0.99 and the lightness value of fee116 is 0.54.

The process color (four color CMYK) of #fee116 color hex is 0.00, 0.11, 0.91, 0.00. Web safe color of #fee116 is #ffcc00. Color #fee116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 00010110
Octal 376 341 26
Decimal 254 225 22
Hex FE E1 16

RGB Percentages of Color #fee116

%50.70
%44.91
%4.39

CMYK Percentages of Color #fee116

%0
%11
%91
%0

Triadic Colors of #fee116

#fee116 #16fee1 #e116fe

Analogous Colors of #fee116

#fee116 #a7fe16 #fe6d16

Monochromatic Colors of #fee116

#fee116

Complementary Color

#fee116 #1633fe

#fee116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee116 Color CSS Codes

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

#fee116 Text Font Color

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

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


#fee116 Background Color

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

This div background color is #fee116


#fee116 Border Color

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

This div border color is #fee116


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,225,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fee116; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fee116;
  -webkit-box-shadow: 1px 1px 3px 2px #fee116;
  box-shadow:         1px 1px 3px 2px #fee116; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,225,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee116

Related Colors


Comments

No comments written yet.

Please login to write comment.