Color Hex Logo

#fee01e Color Hex

#FEE01E
(254,224,30)
1 Favorites   0 Comments

Color spaces of #fee01e

RGB 25422430
HSL0.140.990.56
HSV52°88°100°
CMYK 0.000.120.88   0.00
XYZ67.763074.475912.0321
Yxy74.47590.43920.4828
Hunter Lab86.2994-10.864352.1432
CIE-Lab89.1469-6.548285.3130

#fee01e color RGB value is (254,224,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100000 00011110
Octal 376 340 36
Decimal 254 224 30
Hex FE E0 1E

RGB Percentages of Color #fee01e

%50.00
%44.09
%5.91

CMYK Percentages of Color #fee01e

%0
%12
%88
%0

Triadic Colors of #fee01e

#fee01e #1efee0 #e01efe

Analogous Colors of #fee01e

#fee01e #acfe1e #fe701e

Monochromatic Colors of #fee01e

#fee01e

Complementary Color

#fee01e #1e3cfe

#fee01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee01e Color CSS Codes

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

#fee01e Text Font Color

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

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


#fee01e Background Color

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

This div background color is #fee01e


#fee01e Border Color

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

This div border color is #fee01e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee01e

#fee01e Color Palettes


Comments

No comments written yet.

Please login to write comment.