Color Hex Logo

#fee01d Color Hex

#FEE01D
(254,224,29)
0 Favorites   0 Comments

Color spaces of #fee01d

RGB 25422429
HSL0.140.990.55
HSV52°89°100°
CMYK 0.000.120.89   0.00
XYZ67.750574.470811.9659
Yxy74.47080.43940.4830
Hunter Lab86.2965-10.880252.1864
CIE-Lab89.1445-6.565385.4852

#fee01d color RGB value is (254,224,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100000 00011101
Octal 376 340 35
Decimal 254 224 29
Hex FE E0 1D

RGB Percentages of Color #fee01d

%50.10
%44.18
%5.72

CMYK Percentages of Color #fee01d

%0
%12
%89
%0

Triadic Colors of #fee01d

#fee01d #1dfee0 #e01dfe

Analogous Colors of #fee01d

#fee01d #acfe1d #fe701d

Monochromatic Colors of #fee01d

#fee01d

Complementary Color

#fee01d #1d3bfe

#fee01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee01d Color CSS Codes

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

#fee01d Text Font Color

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

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


#fee01d Background Color

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

This div background color is #fee01d


#fee01d Border Color

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

This div border color is #fee01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee01d

Related Colors


Comments

No comments written yet.

Please login to write comment.