Color Hex Logo

#feaa7f Color Hex

#FEAA7F
(254,170,127)
0 Favorites   0 Comments

Color spaces of #feaa7f

RGB 254170127
HSL0.060.980.75
HSV20°50°100°
CMYK 0.000.330.50   0.00
XYZ59.078551.352626.8769
Yxy51.35260.43030.3740
Hunter Lab71.660721.752627.9253
CIE-Lab76.892126.313834.6995

#feaa7f color RGB value is (254,170,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 01111111
Octal 376 252 177
Decimal 254 170 127
Hex FE AA 7F

RGB Percentages of Color #feaa7f

%46.10
%30.85
%23.05

CMYK Percentages of Color #feaa7f

%0
%33
%50
%0

Triadic Colors of #feaa7f

#feaa7f #7ffeaa #aa7ffe

Analogous Colors of #feaa7f

#feaa7f #feea7f #fe7f94

Monochromatic Colors of #feaa7f

#feaa7f

Complementary Color

#feaa7f #7fd3fe

#feaa7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaa7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaa7f Color CSS Codes

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

#feaa7f Text Font Color

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

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


#feaa7f Background Color

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

This div background color is #feaa7f


#feaa7f Border Color

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

This div border color is #feaa7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaa7f


Comments

No comments written yet.

Please login to write comment.