Color Hex Logo

#feafa9 Color Hex

#FEAFA9
(254,175,169)
0 Favorites   0 Comments

Color spaces of #feafa9

RGB 254175169
HSL0.010.980.83
HSV33°100°
CMYK 0.000.310.33   0.00
XYZ63.364554.595344.7344
Yxy54.59530.38950.3356
Hunter Lab73.888623.770715.8261
CIE-Lab78.807628.136514.7798

#feafa9 color RGB value is (254,175,169).

#feafa9 hex color red value is 254, green value is 175 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #feafa9 hue: 0.01 , saturation: 0.98 and the lightness value of feafa9 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 10101001
Octal 376 257 251
Decimal 254 175 169
Hex FE AF A9

RGB Percentages of Color #feafa9

%42.47
%29.26
%28.26

CMYK Percentages of Color #feafa9

%0
%31
%33
%0

Triadic Colors of #feafa9

#feafa9 #a9feaf #afa9fe

Analogous Colors of #feafa9

#feafa9 #fedaa9 #fea9ce

Monochromatic Colors of #feafa9

#feafa9

Complementary Color

#feafa9 #a9f8fe

#feafa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feafa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feafa9 Color CSS Codes

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

#feafa9 Text Font Color

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

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


#feafa9 Background Color

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

This div background color is #feafa9


#feafa9 Border Color

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

This div border color is #feafa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feafa9


Comments

No comments written yet.

Please login to write comment.