Color Hex Logo

#feaaff Color Hex

#FEAAFF
(254,170,255)
0 Favorites   0 Comments

Color spaces of #feaaff

RGB 254170255
HSL0.831.000.83
HSV299°33°100°
CMYK 0.000.330.00   0.00
XYZ73.297857.0403101.7544
Yxy57.04030.31580.2458
Hunter Lab75.525041.0672-27.0135
CIE-Lab80.202343.8508-29.6705

#feaaff color RGB value is (254,170,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 11111111
Octal 376 252 377
Decimal 254 170 255
Hex FE AA FF

RGB Percentages of Color #feaaff

%37.41
%25.04
%37.56

CMYK Percentages of Color #feaaff

%0
%33
%0
%0

Triadic Colors of #feaaff

#feaaff #fffeaa #aafffe

Analogous Colors of #feaaff

#feaaff #ffaad6 #d4aaff

Monochromatic Colors of #feaaff

#feaaff

Complementary Color

#feaaff #abffaa

#feaaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaaff Color CSS Codes

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

#feaaff Text Font Color

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

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


#feaaff Background Color

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

This div background color is #feaaff


#feaaff Border Color

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

This div border color is #feaaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaaff

Related Colors


Comments

No comments written yet.

Please login to write comment.