Color Hex Logo

#feaa24 Color Hex

#FEAA24
(254,170,36)
0 Favorites   0 Comments

Color spaces of #feaa24

RGB 25417036
HSL0.100.990.57
HSV37°86°100°
CMYK 0.000.330.86   0.00
XYZ55.566249.94778.3813
Yxy49.94770.48790.4385
Hunter Lab70.673716.664242.4403
CIE-Lab76.037121.369573.6074

#feaa24 color RGB value is (254,170,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 00100100
Octal 376 252 44
Decimal 254 170 36
Hex FE AA 24

RGB Percentages of Color #feaa24

%55.22
%36.96
%7.83

CMYK Percentages of Color #feaa24

%0
%33
%86
%0

Triadic Colors of #feaa24

#feaa24 #24feaa #aa24fe

Analogous Colors of #feaa24

#feaa24 #e5fe24 #fe3d24

Monochromatic Colors of #feaa24

#feaa24

Complementary Color

#feaa24 #2478fe

#feaa24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaa24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaa24 Color CSS Codes

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

#feaa24 Text Font Color

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

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


#feaa24 Background Color

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

This div background color is #feaa24


#feaa24 Border Color

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

This div border color is #feaa24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaa24

Related Colors


Comments

No comments written yet.

Please login to write comment.