Color Hex Logo

#feaae7 Color Hex

#FEAAE7
(254,170,231)
0 Favorites   0 Comments

Color spaces of #feaae7

RGB 254170231
HSL0.880.980.83
HSV316°33°100°
CMYK 0.000.330.09   0.00
XYZ69.671655.589882.6591
Yxy55.58980.33510.2674
Hunter Lab74.558636.3227-13.5407
CIE-Lab79.379839.7064-18.0005

#feaae7 color RGB value is (254,170,231).

#feaae7 hex color red value is 254, green value is 170 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #feaae7 hue: 0.88 , saturation: 0.98 and the lightness value of feaae7 is 0.83.

The process color (four color CMYK) of #feaae7 color hex is 0.00, 0.33, 0.09, 0.00. Web safe color of #feaae7 is #ff99ff. Color #feaae7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 11100111
Octal 376 252 347
Decimal 254 170 231
Hex FE AA E7

RGB Percentages of Color #feaae7

%38.78
%25.95
%35.27

CMYK Percentages of Color #feaae7

%0
%33
%9
%0

Triadic Colors of #feaae7

#feaae7 #e7feaa #aae7fe

Analogous Colors of #feaae7

#feaae7 #feaabd #ebaafe

Monochromatic Colors of #feaae7

#feaae7

Complementary Color

#feaae7 #aafec1

#feaae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaae7 Color CSS Codes

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

#feaae7 Text Font Color

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

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


#feaae7 Background Color

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

This div background color is #feaae7


#feaae7 Border Color

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

This div border color is #feaae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaae7


Comments

No comments written yet.

Please login to write comment.