Color Hex Logo

#feae79 Color Hex

#FEAE79
(254,174,121)
0 Favorites   0 Comments

Color spaces of #feae79

RGB 254174121
HSL0.070.990.74
HSV24°52°100°
CMYK 0.000.310.52   0.00
XYZ59.460352.723425.1319
Yxy52.72340.43300.3840
Hunter Lab72.610919.102830.3063
CIE-Lab77.711423.699638.8882

#feae79 color RGB value is (254,174,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 01111001
Octal 376 256 171
Decimal 254 174 121
Hex FE AE 79

RGB Percentages of Color #feae79

%46.27
%31.69
%22.04

CMYK Percentages of Color #feae79

%0
%31
%52
%0

Triadic Colors of #feae79

#feae79 #79feae #ae79fe

Analogous Colors of #feae79

#feae79 #fef179 #fe7987

Monochromatic Colors of #feae79

#feae79

Complementary Color

#feae79 #79c9fe

#feae79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feae79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feae79 Color CSS Codes

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

#feae79 Text Font Color

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

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


#feae79 Background Color

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

This div background color is #feae79


#feae79 Border Color

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

This div border color is #feae79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feae79


Comments

No comments written yet.

Please login to write comment.