Color Hex Logo

#feaaea Color Hex

#FEAAEA
(254,170,234)
0 Favorites   0 Comments

Color spaces of #feaaea

RGB 254170234
HSL0.870.980.83
HSV314°33°100°
CMYK 0.000.330.08   0.00
XYZ70.099155.760884.9102
Yxy55.76080.33260.2646
Hunter Lab74.673236.8881-15.1469
CIE-Lab79.477540.2055-19.4735

#feaaea color RGB value is (254,170,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 11101010
Octal 376 252 352
Decimal 254 170 234
Hex FE AA EA

RGB Percentages of Color #feaaea

%38.60
%25.84
%35.56

CMYK Percentages of Color #feaaea

%0
%33
%8
%0

Triadic Colors of #feaaea

#feaaea #eafeaa #aaeafe

Analogous Colors of #feaaea

#feaaea #feaac0 #e8aafe

Monochromatic Colors of #feaaea

#feaaea

Complementary Color

#feaaea #aafebe

#feaaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaaea Color CSS Codes

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

#feaaea Text Font Color

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

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


#feaaea Background Color

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

This div background color is #feaaea


#feaaea Border Color

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

This div border color is #feaaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaaea


Comments

No comments written yet.

Please login to write comment.