Color Hex Logo

#feae14 Color Hex

#FEAE14
(254,174,20)
0 Favorites   0 Comments

Color spaces of #feae14

RGB 25417420
HSL0.110.990.54
HSV39°92°100°
CMYK 0.000.310.92   0.00
XYZ56.135451.39347.6231
Yxy51.39340.48750.4463
Hunter Lab71.689214.316343.8778
CIE-Lab76.916719.001077.7708

#feae14 color RGB value is (254,174,20).

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

The process color (four color CMYK) of #feae14 color hex is 0.00, 0.31, 0.92, 0.00. Web safe color of #feae14 is #ff9900. Color #feae14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 00010100
Octal 376 256 24
Decimal 254 174 20
Hex FE AE 14

RGB Percentages of Color #feae14

%56.70
%38.84
%4.46

CMYK Percentages of Color #feae14

%0
%31
%92
%0

Triadic Colors of #feae14

#feae14 #14feae #ae14fe

Analogous Colors of #feae14

#feae14 #d9fe14 #fe3914

Monochromatic Colors of #feae14

#feae14

Complementary Color

#feae14 #1464fe

#feae14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae14 Color CSS Codes

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

#feae14 Text Font Color

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

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


#feae14 Background Color

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

This div background color is #feae14


#feae14 Border Color

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

This div border color is #feae14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae14


Comments

No comments written yet.

Please login to write comment.