Color Hex Logo

#feaeff Color Hex

#FEAEFF
(254,174,255)
1 Favorites   0 Comments

Color spaces of #feaeff

RGB 254174255
HSL0.831.000.84
HSV299°32°100°
CMYK 0.000.320.00   0.00
XYZ74.059158.5629102.0082
Yxy58.56290.31560.2496
Hunter Lab76.526438.8238-25.4639
CIE-Lab81.050741.7755-28.3700

#feaeff color RGB value is (254,174,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 11111111
Octal 376 256 377
Decimal 254 174 255
Hex FE AE FF

RGB Percentages of Color #feaeff

%37.19
%25.48
%37.34

CMYK Percentages of Color #feaeff

%0
%32
%0
%0

Triadic Colors of #feaeff

#feaeff #fffeae #aefffe

Analogous Colors of #feaeff

#feaeff #ffaed8 #d6aeff

Monochromatic Colors of #feaeff

#feaeff

Complementary Color

#feaeff #afffae

#feaeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaeff Color CSS Codes

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

#feaeff Text Font Color

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

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


#feaeff Background Color

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

This div background color is #feaeff


#feaeff Border Color

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

This div border color is #feaeff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,174,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 #feaeff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaeff

Related Colors

#feaeff Color Palettes


Comments

No comments written yet.

Please login to write comment.