Color Hex Logo

#fee029 Color Hex

#FEE029
(254,224,41)
0 Favorites   0 Comments

Color spaces of #fee029

RGB 25422441
HSL0.140.990.58
HSV52°84°100°
CMYK 0.000.120.84   0.00
XYZ67.928974.542212.9057
Yxy74.54220.43720.4798
Hunter Lab86.3378-10.650951.5739
CIE-Lab89.1781-6.318483.0981

#fee029 color RGB value is (254,224,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100000 00101001
Octal 376 340 51
Decimal 254 224 41
Hex FE E0 29

RGB Percentages of Color #fee029

%48.94
%43.16
%7.90

CMYK Percentages of Color #fee029

%0
%12
%84
%0

Triadic Colors of #fee029

#fee029 #29fee0 #e029fe

Analogous Colors of #fee029

#fee029 #b2fe29 #fe7629

Monochromatic Colors of #fee029

#fee029

Complementary Color

#fee029 #2947fe

#fee029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee029 Color CSS Codes

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

#fee029 Text Font Color

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

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


#fee029 Background Color

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

This div background color is #fee029


#fee029 Border Color

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

This div border color is #fee029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee029


Comments

No comments written yet.

Please login to write comment.