Color Hex Logo

#fee129 Color Hex

#FEE129
(254,225,41)
0 Favorites   0 Comments

Color spaces of #fee129

RGB 25422541
HSL0.140.990.58
HSV52°84°100°
CMYK 0.000.110.84   0.00
XYZ68.198575.081412.9955
Yxy75.08140.43640.4804
Hunter Lab86.6495-11.146251.7625
CIE-Lab89.4311-6.818383.3069

#fee129 color RGB value is (254,225,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 00101001
Octal 376 341 51
Decimal 254 225 41
Hex FE E1 29

RGB Percentages of Color #fee129

%48.85
%43.27
%7.88

CMYK Percentages of Color #fee129

%0
%11
%84
%0

Triadic Colors of #fee129

#fee129 #29fee1 #e129fe

Analogous Colors of #fee129

#fee129 #b1fe29 #fe7729

Monochromatic Colors of #fee129

#fee129

Complementary Color

#fee129 #2946fe

#fee129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee129 Color CSS Codes

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

#fee129 Text Font Color

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

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


#fee129 Background Color

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

This div background color is #fee129


#fee129 Border Color

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

This div border color is #fee129


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,225,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 #fee129">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee129


Comments

No comments written yet.

Please login to write comment.