Color Hex Logo

#fee516 Color Hex

#FEE516
(254,229,22)
0 Favorites   0 Comments

Color spaces of #fee516

RGB 25422922
HSL0.150.990.54
HSV54°91°100°
CMYK 0.000.100.91   0.00
XYZ69.037277.167412.0152
Yxy77.16740.43630.4877
Hunter Lab87.8450-13.445953.3820
CIE-Lab90.3986-9.161087.5161

#fee516 color RGB value is (254,229,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100101 00010110
Octal 376 345 26
Decimal 254 229 22
Hex FE E5 16

RGB Percentages of Color #fee516

%50.30
%45.35
%4.36

CMYK Percentages of Color #fee516

%0
%10
%91
%0

Triadic Colors of #fee516

#fee516 #16fee5 #e516fe

Analogous Colors of #fee516

#fee516 #a3fe16 #fe7116

Monochromatic Colors of #fee516

#fee516

Complementary Color

#fee516 #162ffe

#fee516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee516 Color CSS Codes

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

#fee516 Text Font Color

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

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


#fee516 Background Color

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

This div background color is #fee516


#fee516 Border Color

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

This div border color is #fee516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee516

Related Colors


Comments

No comments written yet.

Please login to write comment.