Color Hex Logo

#fee815 Color Hex

#FEE815
(254,232,21)
0 Favorites   0 Comments

Color spaces of #fee815

RGB 25423221
HSL0.150.990.54
HSV54°92°100°
CMYK 0.000.090.92   0.00
XYZ69.865078.838212.2445
Yxy78.83820.43410.4898
Hunter Lab88.7909-14.931553.9774
CIE-Lab91.1610-10.658188.2242

#fee815 color RGB value is (254,232,21).

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

The process color (four color CMYK) of #fee815 color hex is 0.00, 0.09, 0.92, 0.00. Web safe color of #fee815 is #ffff00. Color #fee815 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101000 00010101
Octal 376 350 25
Decimal 254 232 21
Hex FE E8 15

RGB Percentages of Color #fee815

%50.10
%45.76
%4.14

CMYK Percentages of Color #fee815

%0
%9
%92
%0

Triadic Colors of #fee815

#fee815 #15fee8 #e815fe

Analogous Colors of #fee815

#fee815 #a0fe15 #fe7415

Monochromatic Colors of #fee815

#fee815

Complementary Color

#fee815 #152bfe

#fee815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee815 Color CSS Codes

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

#fee815 Text Font Color

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

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


#fee815 Background Color

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

This div background color is #fee815


#fee815 Border Color

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

This div border color is #fee815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee815


Comments

No comments written yet.

Please login to write comment.