Color Hex Logo

#feae29 Color Hex

#FEAE29
(254,174,41)
0 Favorites   0 Comments

Color spaces of #feae29

RGB 25417441
HSL0.100.990.58
HSV37°84°100°
CMYK 0.000.310.84   0.00
XYZ56.409351.50309.0658
Yxy51.50300.48220.4403
Hunter Lab71.765614.715142.7461
CIE-Lab76.982719.397772.9819

#feae29 color RGB value is (254,174,41).

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

The process color (four color CMYK) of #feae29 color hex is 0.00, 0.31, 0.84, 0.00. Web safe color of #feae29 is #ff9933. Color #feae29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 00101001
Octal 376 256 51
Decimal 254 174 41
Hex FE AE 29

RGB Percentages of Color #feae29

%54.16
%37.10
%8.74

CMYK Percentages of Color #feae29

%0
%31
%84
%0

Triadic Colors of #feae29

#feae29 #29feae #ae29fe

Analogous Colors of #feae29

#feae29 #e4fe29 #fe4429

Monochromatic Colors of #feae29

#feae29

Complementary Color

#feae29 #2979fe

#feae29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae29 Color CSS Codes

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

#feae29 Text Font Color

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

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


#feae29 Background Color

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

This div background color is #feae29


#feae29 Border Color

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

This div border color is #feae29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae29


Comments

No comments written yet.

Please login to write comment.