Color Hex Logo

#feae24 Color Hex

#FEAE24
(254,174,36)
0 Favorites   0 Comments

Color spaces of #feae24

RGB 25417436
HSL0.110.990.57
HSV38°86°100°
CMYK 0.000.310.86   0.00
XYZ56.327551.47038.6350
Yxy51.47030.48380.4421
Hunter Lab71.742814.596043.0838
CIE-Lab76.963019.279374.3539

#feae24 color RGB value is (254,174,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 00100100
Octal 376 256 44
Decimal 254 174 36
Hex FE AE 24

RGB Percentages of Color #feae24

%54.74
%37.50
%7.76

CMYK Percentages of Color #feae24

%0
%31
%86
%0

Triadic Colors of #feae24

#feae24 #24feae #ae24fe

Analogous Colors of #feae24

#feae24 #e1fe24 #fe4124

Monochromatic Colors of #feae24

#feae24

Complementary Color

#feae24 #2474fe

#feae24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae24 Color CSS Codes

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

#feae24 Text Font Color

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

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


#feae24 Background Color

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

This div background color is #feae24


#feae24 Border Color

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

This div border color is #feae24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae24

Related Colors


Comments

No comments written yet.

Please login to write comment.