Color Hex Logo

#feaee3 Color Hex

#FEAEE3
(254,174,227)
0 Favorites   0 Comments

Color spaces of #feaee3

RGB 254174227
HSL0.890.980.84
HSV320°31°100°
CMYK 0.000.310.11   0.00
XYZ69.874256.889079.9709
Yxy56.88900.33800.2752
Hunter Lab75.424833.3706-10.0662
CIE-Lab80.117136.9648-14.7296

#feaee3 color RGB value is (254,174,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 11100011
Octal 376 256 343
Decimal 254 174 227
Hex FE AE E3

RGB Percentages of Color #feaee3

%38.78
%26.56
%34.66

CMYK Percentages of Color #feaee3

%0
%31
%11
%0

Triadic Colors of #feaee3

#feaee3 #e3feae #aee3fe

Analogous Colors of #feaee3

#feaee3 #feaebb #f1aefe

Monochromatic Colors of #feaee3

#feaee3

Complementary Color

#feaee3 #aefec9

#feaee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaee3 Color CSS Codes

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

#feaee3 Text Font Color

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

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


#feaee3 Background Color

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

This div background color is #feaee3


#feaee3 Border Color

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

This div border color is #feaee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaee3


Comments

No comments written yet.

Please login to write comment.