Color Hex Logo

#feaed7 Color Hex

#FEAED7
(254,174,215)
0 Favorites   0 Comments

Color spaces of #feaed7

RGB 254174215
HSL0.910.980.84
HSV329°31°100°
CMYK 0.000.310.15   0.00
XYZ68.274856.249271.5487
Yxy56.24920.34820.2869
Hunter Lab74.999531.2461-4.0624
CIE-Lab79.755435.0541-8.7821

#feaed7 color RGB value is (254,174,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 11010111
Octal 376 256 327
Decimal 254 174 215
Hex FE AE D7

RGB Percentages of Color #feaed7

%39.50
%27.06
%33.44

CMYK Percentages of Color #feaed7

%0
%31
%15
%0

Triadic Colors of #feaed7

#feaed7 #d7feae #aed7fe

Analogous Colors of #feaed7

#feaed7 #feaeaf #fdaefe

Monochromatic Colors of #feaed7

#feaed7

Complementary Color

#feaed7 #aefed5

#feaed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaed7 Color CSS Codes

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

#feaed7 Text Font Color

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

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


#feaed7 Background Color

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

This div background color is #feaed7


#feaed7 Border Color

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

This div border color is #feaed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaed7


Comments

No comments written yet.

Please login to write comment.