Color Hex Logo

#feae1e Color Hex

#FEAE1E
(254,174,30)
0 Favorites   0 Comments

Color spaces of #feae1e

RGB 25417430
HSL0.110.990.56
HSV39°88°100°
CMYK 0.000.310.88   0.00
XYZ56.243451.43678.1922
Yxy51.43670.48540.4439
Hunter Lab71.719414.473443.4311
CIE-Lab76.942819.157475.8136

#feae1e color RGB value is (254,174,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 00011110
Octal 376 256 36
Decimal 254 174 30
Hex FE AE 1E

RGB Percentages of Color #feae1e

%55.46
%37.99
%6.55

CMYK Percentages of Color #feae1e

%0
%31
%88
%0

Triadic Colors of #feae1e

#feae1e #1efeae #ae1efe

Analogous Colors of #feae1e

#feae1e #defe1e #fe3e1e

Monochromatic Colors of #feae1e

#feae1e

Complementary Color

#feae1e #1e6efe

#feae1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae1e Color CSS Codes

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

#feae1e Text Font Color

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

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


#feae1e Background Color

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

This div background color is #feae1e


#feae1e Border Color

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

This div border color is #feae1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae1e


Comments

No comments written yet.

Please login to write comment.