Color Hex Logo

#feaa00 Color Hex

#FEAA00
(254,170,0)
0 Favorites   0 Comments

Color spaces of #feaa00

RGB 2541700
HSL0.111.000.50
HSV40°100°100°
CMYK 0.000.331.00   0.00
XYZ55.247849.82036.7044
Yxy49.82030.49430.4457
Hunter Lab70.583516.196143.7768
CIE-Lab75.958820.907079.5734

#feaa00 color RGB value is (254,170,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 00000000
Octal 376 252 0
Decimal 254 170 0
Hex FE AA 0

RGB Percentages of Color #feaa00

%59.91
%40.09
%0.00

CMYK Percentages of Color #feaa00

%0
%33
%100
%0

Triadic Colors of #feaa00

#feaa00 #00feaa #aa00fe

Analogous Colors of #feaa00

#feaa00 #d3fe00 #fe2b00

Monochromatic Colors of #feaa00

#feaa00

Complementary Color

#feaa00 #0054fe

#feaa00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaa00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaa00 Color CSS Codes

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

#feaa00 Text Font Color

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

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


#feaa00 Background Color

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

This div background color is #feaa00


#feaa00 Border Color

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

This div border color is #feaa00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaa00


Comments

No comments written yet.

Please login to write comment.