Color Hex Logo

#feaede Color Hex

#FEAEDE
(254,174,222)
0 Favorites   0 Comments

Color spaces of #feaede

RGB 254174222
HSL0.900.980.84
HSV324°31°100°
CMYK 0.000.310.13   0.00
XYZ69.193956.616976.3885
Yxy56.61690.34220.2800
Hunter Lab75.244232.4697-7.5207
CIE-Lab79.963636.1571-12.2585

#feaede color RGB value is (254,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 11011110
Octal 376 256 336
Decimal 254 174 222
Hex FE AE DE

RGB Percentages of Color #feaede

%39.08
%26.77
%34.15

CMYK Percentages of Color #feaede

%0
%31
%13
%0

Triadic Colors of #feaede

#feaede #defeae #aedefe

Analogous Colors of #feaede

#feaede #feaeb6 #f6aefe

Monochromatic Colors of #feaede

#feaede

Complementary Color

#feaede #aefece

#feaede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaede Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaede Color CSS Codes

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

#feaede Text Font Color

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

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


#feaede Background Color

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

This div background color is #feaede


#feaede Border Color

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

This div border color is #feaede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaede

Related Colors


Comments

No comments written yet.

Please login to write comment.