Color Hex Logo

#feaa19 Color Hex

#FEAA19
(254,170,25)
0 Favorites   0 Comments

Color spaces of #feaa19

RGB 25417025
HSL0.110.990.55
HSV38°90°100°
CMYK 0.000.330.90   0.00
XYZ55.423249.89057.6284
Yxy49.89050.49070.4417
Hunter Lab70.633216.454143.0399
CIE-Lab76.002021.162076.1747

#feaa19 color RGB value is (254,170,25).

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

The process color (four color CMYK) of #feaa19 color hex is 0.00, 0.33, 0.90, 0.00. Web safe color of #feaa19 is #ff9900. Color #feaa19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 00011001
Octal 376 252 31
Decimal 254 170 25
Hex FE AA 19

RGB Percentages of Color #feaa19

%56.57
%37.86
%5.57

CMYK Percentages of Color #feaa19

%0
%33
%90
%0

Triadic Colors of #feaa19

#feaa19 #19feaa #aa19fe

Analogous Colors of #feaa19

#feaa19 #e0fe19 #fe3819

Monochromatic Colors of #feaa19

#feaa19

Complementary Color

#feaa19 #196dfe

#feaa19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaa19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaa19 Color CSS Codes

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

#feaa19 Text Font Color

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

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


#feaa19 Background Color

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

This div background color is #feaa19


#feaa19 Border Color

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

This div border color is #feaa19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaa19


Comments

No comments written yet.

Please login to write comment.