Color Hex Logo

#feaee0 Color Hex

#FEAEE0
(254,174,224)
0 Favorites   0 Comments

Color spaces of #feaee0

RGB 254174224
HSL0.900.980.84
HSV323°31°100°
CMYK 0.000.310.12   0.00
XYZ69.463656.724877.8088
Yxy56.72480.34050.2781
Hunter Lab75.315932.8272-8.5314
CIE-Lab80.024636.4781-13.2481

#feaee0 color RGB value is (254,174,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 11100000
Octal 376 256 340
Decimal 254 174 224
Hex FE AE E0

RGB Percentages of Color #feaee0

%38.96
%26.69
%34.36

CMYK Percentages of Color #feaee0

%0
%31
%12
%0

Triadic Colors of #feaee0

#feaee0 #e0feae #aee0fe

Analogous Colors of #feaee0

#feaee0 #feaeb8 #f4aefe

Monochromatic Colors of #feaee0

#feaee0

Complementary Color

#feaee0 #aefecc

#feaee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaee0 Color CSS Codes

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

#feaee0 Text Font Color

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

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


#feaee0 Background Color

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

This div background color is #feaee0


#feaee0 Border Color

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

This div border color is #feaee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaee0

Related Colors


Comments

No comments written yet.

Please login to write comment.