Color Hex Logo

#feaae5 Color Hex

#FEAAE5
(254,170,229)
0 Favorites   0 Comments

Color spaces of #feaae5

RGB 254170229
HSL0.880.980.83
HSV318°33°100°
CMYK 0.000.330.10   0.00
XYZ69.390655.477481.1797
Yxy55.47740.33680.2692
Hunter Lab74.483235.9501-12.4824
CIE-Lab79.315539.3768-17.0164

#feaae5 color RGB value is (254,170,229).

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

The process color (four color CMYK) of #feaae5 color hex is 0.00, 0.33, 0.10, 0.00. Web safe color of #feaae5 is #ff99cc. Color #feaae5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 11100101
Octal 376 252 345
Decimal 254 170 229
Hex FE AA E5

RGB Percentages of Color #feaae5

%38.90
%26.03
%35.07

CMYK Percentages of Color #feaae5

%0
%33
%10
%0

Triadic Colors of #feaae5

#feaae5 #e5feaa #aae5fe

Analogous Colors of #feaae5

#feaae5 #feaabb #edaafe

Monochromatic Colors of #feaae5

#feaae5

Complementary Color

#feaae5 #aafec3

#feaae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaae5 Color CSS Codes

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

#feaae5 Text Font Color

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

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


#feaae5 Background Color

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

This div background color is #feaae5


#feaae5 Border Color

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

This div border color is #feaae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaae5

Related Colors


Comments

No comments written yet.

Please login to write comment.