Color Hex Logo

#feac14 Color Hex

#FEAC14
(254,172,20)
0 Favorites   0 Comments

Color spaces of #feac14

RGB 25417220
HSL0.110.990.54
HSV39°92°100°
CMYK 0.000.320.92   0.00
XYZ55.751850.62647.4952
Yxy50.62640.48960.4446
Hunter Lab71.152215.348443.5609
CIE-Lab76.452120.045777.4335

#feac14 color RGB value is (254,172,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 00010100
Octal 376 254 24
Decimal 254 172 20
Hex FE AC 14

RGB Percentages of Color #feac14

%56.95
%38.57
%4.48

CMYK Percentages of Color #feac14

%0
%32
%92
%0

Triadic Colors of #feac14

#feac14 #14feac #ac14fe

Analogous Colors of #feac14

#feac14 #dbfe14 #fe3714

Monochromatic Colors of #feac14

#feac14

Complementary Color

#feac14 #1466fe

#feac14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feac14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feac14 Color CSS Codes

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

#feac14 Text Font Color

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

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


#feac14 Background Color

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

This div background color is #feac14


#feac14 Border Color

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

This div border color is #feac14


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,172,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 #feac14">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feac14

Related Colors

#feac14 Color Palettes


Comments

No comments written yet.

Please login to write comment.