Color Hex Logo

#feaa04 Color Hex

#FEAA04
(254,170,4)
0 Favorites   0 Comments

Color spaces of #feaa04

RGB 2541704
HSL0.110.990.51
HSV40°98°100°
CMYK 0.000.330.98   0.00
XYZ55.269749.82906.8198
Yxy49.82900.49380.4452
Hunter Lab70.589716.228543.6846
CIE-Lab75.964220.939079.1321

#feaa04 color RGB value is (254,170,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 00000100
Octal 376 252 4
Decimal 254 170 4
Hex FE AA 4

RGB Percentages of Color #feaa04

%59.35
%39.72
%0.93

CMYK Percentages of Color #feaa04

%0
%33
%98
%0

Triadic Colors of #feaa04

#feaa04 #04feaa #aa04fe

Analogous Colors of #feaa04

#feaa04 #d5fe04 #fe2d04

Monochromatic Colors of #feaa04

#feaa04

Complementary Color

#feaa04 #0458fe

#feaa04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaa04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaa04 Color CSS Codes

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

#feaa04 Text Font Color

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

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


#feaa04 Background Color

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

This div background color is #feaa04


#feaa04 Border Color

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

This div border color is #feaa04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaa04


Comments

No comments written yet.

Please login to write comment.