Color Hex Logo

#fee03e Color Hex

#FEE03E
(254,224,62)
0 Favorites   0 Comments

Color spaces of #fee03e

RGB 25422462
HSL0.140.990.62
HSV51°76°100°
CMYK 0.000.120.76   0.00
XYZ68.398274.729915.3768
Yxy74.72990.43150.4715
Hunter Lab86.4465-10.048549.9662
CIE-Lab89.2663-5.671577.3422

#fee03e color RGB value is (254,224,62).

#fee03e hex color red value is 254, green value is 224 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fee03e hue: 0.14 , saturation: 0.99 and the lightness value of fee03e is 0.62.

The process color (four color CMYK) of #fee03e color hex is 0.00, 0.12, 0.76, 0.00. Web safe color of #fee03e is #ffcc33. Color #fee03e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100000 00111110
Octal 376 340 76
Decimal 254 224 62
Hex FE E0 3E

RGB Percentages of Color #fee03e

%47.04
%41.48
%11.48

CMYK Percentages of Color #fee03e

%0
%12
%76
%0

Triadic Colors of #fee03e

#fee03e #3efee0 #e03efe

Analogous Colors of #fee03e

#fee03e #bcfe3e #fe803e

Monochromatic Colors of #fee03e

#fee03e

Complementary Color

#fee03e #3e5cfe

#fee03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee03e Color CSS Codes

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

#fee03e Text Font Color

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

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


#fee03e Background Color

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

This div background color is #fee03e


#fee03e Border Color

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

This div border color is #fee03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee03e


Comments

No comments written yet.

Please login to write comment.