Color Hex Logo

#feaa79 Color Hex

#FEAA79
(254,170,121)
0 Favorites   0 Comments

Color spaces of #feaa79

RGB 254170121
HSL0.060.990.74
HSV22°52°100°
CMYK 0.000.330.52   0.00
XYZ58.699051.200824.8781
Yxy51.20080.43550.3799
Hunter Lab71.554721.209429.4744
CIE-Lab76.800525.793137.7320

#feaa79 color RGB value is (254,170,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 01111001
Octal 376 252 171
Decimal 254 170 121
Hex FE AA 79

RGB Percentages of Color #feaa79

%46.61
%31.19
%22.20

CMYK Percentages of Color #feaa79

%0
%33
%52
%0

Triadic Colors of #feaa79

#feaa79 #79feaa #aa79fe

Analogous Colors of #feaa79

#feaa79 #feed79 #fe798b

Monochromatic Colors of #feaa79

#feaa79

Complementary Color

#feaa79 #79cdfe

#feaa79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaa79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaa79 Color CSS Codes

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

#feaa79 Text Font Color

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

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


#feaa79 Background Color

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

This div background color is #feaa79


#feaa79 Border Color

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

This div border color is #feaa79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaa79


Comments

No comments written yet.

Please login to write comment.