Color Hex Logo

#feac73 Color Hex

#FEAC73
(254,172,115)
0 Favorites   0 Comments

Color spaces of #feac73

RGB 254172115
HSL0.070.990.72
HSV25°55°100°
CMYK 0.000.320.55   0.00
XYZ58.720151.813723.1258
Yxy51.81370.43930.3877
Hunter Lab71.981719.645831.3389
CIE-Lab77.169324.254441.3088

#feac73 color RGB value is (254,172,115).

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

The process color (four color CMYK) of #feac73 color hex is 0.00, 0.32, 0.55, 0.00. Web safe color of #feac73 is #ff9966. Color #feac73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 01110011
Octal 376 254 163
Decimal 254 172 115
Hex FE AC 73

RGB Percentages of Color #feac73

%46.95
%31.79
%21.26

CMYK Percentages of Color #feac73

%0
%32
%55
%0

Triadic Colors of #feac73

#feac73 #73feac #ac73fe

Analogous Colors of #feac73

#feac73 #fef273 #fe7380

Monochromatic Colors of #feac73

#feac73

Complementary Color

#feac73 #73c5fe

#feac73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feac73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feac73 Color CSS Codes

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

#feac73 Text Font Color

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

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


#feac73 Background Color

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

This div background color is #feac73


#feac73 Border Color

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

This div border color is #feac73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feac73


Comments

No comments written yet.

Please login to write comment.