Color Hex Logo

#fee916 Color Hex

#FEE916
(254,233,22)
0 Favorites   0 Comments

Color spaces of #fee916

RGB 25423322
HSL0.150.990.54
HSV55°91°100°
CMYK 0.000.080.91   0.00
XYZ70.156879.406612.3884
Yxy79.40660.43320.4903
Hunter Lab89.1104-15.409754.1346
CIE-Lab91.4179-11.138188.2904

#fee916 color RGB value is (254,233,22).

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

The process color (four color CMYK) of #fee916 color hex is 0.00, 0.08, 0.91, 0.00. Web safe color of #fee916 is #ffff00. Color #fee916 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101001 00010110
Octal 376 351 26
Decimal 254 233 22
Hex FE E9 16

RGB Percentages of Color #fee916

%49.90
%45.78
%4.32

CMYK Percentages of Color #fee916

%0
%8
%91
%0

Triadic Colors of #fee916

#fee916 #16fee9 #e916fe

Analogous Colors of #fee916

#fee916 #9ffe16 #fe7516

Monochromatic Colors of #fee916

#fee916

Complementary Color

#fee916 #162bfe

#fee916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee916 Color CSS Codes

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

#fee916 Text Font Color

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

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


#fee916 Background Color

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

This div background color is #fee916


#fee916 Border Color

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

This div border color is #fee916


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,233,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 #fee916">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee916


Comments

No comments written yet.

Please login to write comment.