Color Hex Logo

#fee729 Color Hex

#FEE729
(254,231,41)
0 Favorites   0 Comments

Color spaces of #fee729

RGB 25423141
HSL0.150.990.58
HSV54°84°100°
CMYK 0.000.090.84   0.00
XYZ69.849278.382813.5458
Yxy78.38280.43180.4845
Hunter Lab88.5341-14.106552.9024
CIE-Lab90.9543-9.801084.5624

#fee729 color RGB value is (254,231,41).

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

The process color (four color CMYK) of #fee729 color hex is 0.00, 0.09, 0.84, 0.00. Web safe color of #fee729 is #ffff33. Color #fee729 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100111 00101001
Octal 376 347 51
Decimal 254 231 41
Hex FE E7 29

RGB Percentages of Color #fee729

%48.29
%43.92
%7.79

CMYK Percentages of Color #fee729

%0
%9
%84
%0

Triadic Colors of #fee729

#fee729 #29fee7 #e729fe

Analogous Colors of #fee729

#fee729 #abfe29 #fe7d29

Monochromatic Colors of #fee729

#fee729

Complementary Color

#fee729 #2940fe

#fee729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee729 Color CSS Codes

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

#fee729 Text Font Color

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

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


#fee729 Background Color

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

This div background color is #fee729


#fee729 Border Color

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

This div border color is #fee729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee729


Comments

No comments written yet.

Please login to write comment.