Color Hex Logo

#feaaf4 Color Hex

#FEAAF4
(254,170,244)
0 Favorites   0 Comments

Color spaces of #feaaf4

RGB 254170244
HSL0.850.980.83
HSV307°33°100°
CMYK 0.000.330.04   0.00
XYZ71.576956.351992.6924
Yxy56.35190.32440.2554
Hunter Lab75.067938.8301-20.6626
CIE-Lab79.813741.9088-24.3544

#feaaf4 color RGB value is (254,170,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 11110100
Octal 376 252 364
Decimal 254 170 244
Hex FE AA F4

RGB Percentages of Color #feaaf4

%38.02
%25.45
%36.53

CMYK Percentages of Color #feaaf4

%0
%33
%4
%0

Triadic Colors of #feaaf4

#feaaf4 #f4feaa #aaf4fe

Analogous Colors of #feaaf4

#feaaf4 #feaaca #deaafe

Monochromatic Colors of #feaaf4

#feaaf4

Complementary Color

#feaaf4 #aafeb4

#feaaf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaaf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaaf4 Color CSS Codes

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

#feaaf4 Text Font Color

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

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


#feaaf4 Background Color

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

This div background color is #feaaf4


#feaaf4 Border Color

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

This div border color is #feaaf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaaf4


Comments

No comments written yet.

Please login to write comment.