Color Hex Logo

#feae2d Color Hex

#FEAE2D
(254,174,45)
0 Favorites   0 Comments

Color spaces of #feae2d

RGB 25417445
HSL0.100.990.59
HSV37°82°100°
CMYK 0.000.310.82   0.00
XYZ56.482851.53249.4524
Yxy51.53240.48080.4387
Hunter Lab71.786114.822042.4433
CIE-Lab77.000419.503971.7883

#feae2d color RGB value is (254,174,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 00101101
Octal 376 256 55
Decimal 254 174 45
Hex FE AE 2D

RGB Percentages of Color #feae2d

%53.70
%36.79
%9.51

CMYK Percentages of Color #feae2d

%0
%31
%82
%0

Triadic Colors of #feae2d

#feae2d #2dfeae #ae2dfe

Analogous Colors of #feae2d

#feae2d #e6fe2d #fe462d

Monochromatic Colors of #feae2d

#feae2d

Complementary Color

#feae2d #2d7dfe

#feae2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae2d Color CSS Codes

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

#feae2d Text Font Color

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

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


#feae2d Background Color

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

This div background color is #feae2d


#feae2d Border Color

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

This div border color is #feae2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae2d


Comments

No comments written yet.

Please login to write comment.