Color Hex Logo

#feaaee Color Hex

#FEAAEE
(254,170,238)
0 Favorites   0 Comments

Color spaces of #feaaee

RGB 254170238
HSL0.870.980.83
HSV311°33°100°
CMYK 0.000.330.06   0.00
XYZ70.680455.993387.9714
Yxy55.99330.32930.2609
Hunter Lab74.828737.6543-17.3235
CIE-Lab79.610040.8796-21.4313

#feaaee color RGB value is (254,170,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 11101110
Octal 376 252 356
Decimal 254 170 238
Hex FE AA EE

RGB Percentages of Color #feaaee

%38.37
%25.68
%35.95

CMYK Percentages of Color #feaaee

%0
%33
%6
%0

Triadic Colors of #feaaee

#feaaee #eefeaa #aaeefe

Analogous Colors of #feaaee

#feaaee #feaac4 #e4aafe

Monochromatic Colors of #feaaee

#feaaee

Complementary Color

#feaaee #aafeba

#feaaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaaee Color CSS Codes

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

#feaaee Text Font Color

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

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


#feaaee Background Color

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

This div background color is #feaaee


#feaaee Border Color

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

This div border color is #feaaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaaee

Related Colors


Comments

No comments written yet.

Please login to write comment.