Color Hex Logo

#feaa73 Color Hex

#FEAA73
(254,170,115)
0 Favorites   0 Comments

Color spaces of #feaa73

RGB 254170115
HSL0.070.990.72
HSV24°55°100°
CMYK 0.000.330.55   0.00
XYZ58.342351.058122.9999
Yxy51.05810.44070.3856
Hunter Lab71.455020.697430.9342
CIE-Lab76.714225.300840.7410

#feaa73 color RGB value is (254,170,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 01110011
Octal 376 252 163
Decimal 254 170 115
Hex FE AA 73

RGB Percentages of Color #feaa73

%47.12
%31.54
%21.34

CMYK Percentages of Color #feaa73

%0
%33
%55
%0

Triadic Colors of #feaa73

#feaa73 #73feaa #aa73fe

Analogous Colors of #feaa73

#feaa73 #fef073 #fe7382

Monochromatic Colors of #feaa73

#feaa73

Complementary Color

#feaa73 #73c7fe

#feaa73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaa73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaa73 Color CSS Codes

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

#feaa73 Text Font Color

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

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


#feaa73 Background Color

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

This div background color is #feaa73


#feaa73 Border Color

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

This div border color is #feaa73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaa73


Comments

No comments written yet.

Please login to write comment.