Color Hex Logo

#feaec9 Color Hex

#FEAEC9
(254,174,201)
1 Favorites   0 Comments

Color spaces of #feaec9

RGB 254174201
HSL0.940.980.84
HSV340°31°100°
CMYK 0.000.310.21   0.00
XYZ66.551755.560062.4748
Yxy55.56000.36050.3010
Hunter Lab74.538628.93102.4829
CIE-Lab79.362732.9475-1.7740

#feaec9 color RGB value is (254,174,201).

#feaec9 hex color red value is 254, green value is 174 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #feaec9 hue: 0.94 , saturation: 0.98 and the lightness value of feaec9 is 0.84.

The process color (four color CMYK) of #feaec9 color hex is 0.00, 0.31, 0.21, 0.00. Web safe color of #feaec9 is #ff99cc. Color #feaec9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 11001001
Octal 376 256 311
Decimal 254 174 201
Hex FE AE C9

RGB Percentages of Color #feaec9

%40.38
%27.66
%31.96

CMYK Percentages of Color #feaec9

%0
%31
%21
%0

Triadic Colors of #feaec9

#feaec9 #c9feae #aec9fe

Analogous Colors of #feaec9

#feaec9 #febbae #feaef1

Monochromatic Colors of #feaec9

#feaec9

Complementary Color

#feaec9 #aefee3

#feaec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaec9 Color CSS Codes

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

#feaec9 Text Font Color

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

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


#feaec9 Background Color

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

This div background color is #feaec9


#feaec9 Border Color

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

This div border color is #feaec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaec9

#feaec9 Color Palettes


Comments

No comments written yet.

Please login to write comment.