Color Hex Logo

#feae2f Color Hex

#FEAE2F
(254,174,47)
0 Favorites   0 Comments

Color spaces of #feae2f

RGB 25417447
HSL0.100.990.59
HSV37°81°100°
CMYK 0.000.310.81   0.00
XYZ56.522251.54829.6601
Yxy51.54820.48010.4378
Hunter Lab71.797114.879142.2806
CIE-Lab77.009919.560671.1607

#feae2f color RGB value is (254,174,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 00101111
Octal 376 256 57
Decimal 254 174 47
Hex FE AE 2F

RGB Percentages of Color #feae2f

%53.47
%36.63
%9.89

CMYK Percentages of Color #feae2f

%0
%31
%81
%0

Triadic Colors of #feae2f

#feae2f #2ffeae #ae2ffe

Analogous Colors of #feae2f

#feae2f #e7fe2f #fe472f

Monochromatic Colors of #feae2f

#feae2f

Complementary Color

#feae2f #2f7ffe

#feae2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae2f Color CSS Codes

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

#feae2f Text Font Color

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

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


#feae2f Background Color

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

This div background color is #feae2f


#feae2f Border Color

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

This div border color is #feae2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae2f

Related Colors


Comments

No comments written yet.

Please login to write comment.