Color Hex Logo

#fee814 Color Hex

#FEE814
(254,232,20)
0 Favorites   0 Comments

Color spaces of #fee814

RGB 25423220
HSL0.150.990.54
HSV54°92°100°
CMYK 0.000.090.92   0.00
XYZ69.855978.834612.1966
Yxy78.83460.43420.4900
Hunter Lab88.7889-14.943154.0077
CIE-Lab91.1594-10.670688.3474

#fee814 color RGB value is (254,232,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101000 00010100
Octal 376 350 24
Decimal 254 232 20
Hex FE E8 14

RGB Percentages of Color #fee814

%50.20
%45.85
%3.95

CMYK Percentages of Color #fee814

%0
%9
%92
%0

Triadic Colors of #fee814

#fee814 #14fee8 #e814fe

Analogous Colors of #fee814

#fee814 #9ffe14 #fe7314

Monochromatic Colors of #fee814

#fee814

Complementary Color

#fee814 #142afe

#fee814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee814 Color CSS Codes

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

#fee814 Text Font Color

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

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


#fee814 Background Color

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

This div background color is #fee814


#fee814 Border Color

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

This div border color is #fee814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee814


Comments

No comments written yet.

Please login to write comment.