Color Hex Logo

#feaa97 Color Hex

#FEAA97
(254,170,151)
0 Favorites   0 Comments

Color spaces of #feaa97

RGB 254170151
HSL0.030.980.79
HSV11°41°100°
CMYK 0.000.330.41   0.00
XYZ60.833752.054636.1194
Yxy52.05460.40830.3493
Hunter Lab72.148924.245220.8223
CIE-Lab77.313528.682222.4362

#feaa97 color RGB value is (254,170,151).

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

The process color (four color CMYK) of #feaa97 color hex is 0.00, 0.33, 0.41, 0.00. Web safe color of #feaa97 is #ff9999. Color #feaa97 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 10010111
Octal 376 252 227
Decimal 254 170 151
Hex FE AA 97

RGB Percentages of Color #feaa97

%44.17
%29.57
%26.26

CMYK Percentages of Color #feaa97

%0
%33
%41
%0

Triadic Colors of #feaa97

#feaa97 #97feaa #aa97fe

Analogous Colors of #feaa97

#feaa97 #fede97 #fe97b8

Monochromatic Colors of #feaa97

#feaa97

Complementary Color

#feaa97 #97ebfe

#feaa97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaa97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaa97 Color CSS Codes

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

#feaa97 Text Font Color

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

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


#feaa97 Background Color

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

This div background color is #feaa97


#feaa97 Border Color

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

This div border color is #feaa97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaa97


Comments

No comments written yet.

Please login to write comment.