Color Hex Logo

#feac3a Color Hex

#FEAC3A
(254,172,58)
0 Favorites   0 Comments

Color spaces of #feac3a

RGB 25417258
HSL0.100.990.61
HSV35°77°100°
CMYK 0.000.320.77   0.00
XYZ56.389350.881410.8520
Yxy50.88140.47740.4308
Hunter Lab71.331216.279640.9117
CIE-Lab76.607120.967066.9389

#feac3a color RGB value is (254,172,58).

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

The process color (four color CMYK) of #feac3a color hex is 0.00, 0.32, 0.77, 0.00. Web safe color of #feac3a is #ff9933. Color #feac3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 00111010
Octal 376 254 72
Decimal 254 172 58
Hex FE AC 3A

RGB Percentages of Color #feac3a

%52.48
%35.54
%11.98

CMYK Percentages of Color #feac3a

%0
%32
%77
%0

Triadic Colors of #feac3a

#feac3a #3afeac #ac3afe

Analogous Colors of #feac3a

#feac3a #eefe3a #fe4a3a

Monochromatic Colors of #feac3a

#feac3a

Complementary Color

#feac3a #3a8cfe

#feac3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feac3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#feac3a Color CSS Codes

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

#feac3a Text Font Color

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

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


#feac3a Background Color

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

This div background color is #feac3a


#feac3a Border Color

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

This div border color is #feac3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feac3a


Comments

No comments written yet.

Please login to write comment.