Color Hex Logo

#feaef5 Color Hex

#FEAEF5
(254,174,245)
0 Favorites   0 Comments

Color spaces of #feaef5

RGB 254174245
HSL0.850.980.84
HSV307°31°100°
CMYK 0.000.310.04   0.00
XYZ72.490557.935593.7482
Yxy57.93550.32340.2584
Hunter Lab76.115436.7973-19.7443
CIE-Lab80.702940.0032-23.5382

#feaef5 color RGB value is (254,174,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101110 11110101
Octal 376 256 365
Decimal 254 174 245
Hex FE AE F5

RGB Percentages of Color #feaef5

%37.74
%25.85
%36.40

CMYK Percentages of Color #feaef5

%0
%31
%4
%0

Triadic Colors of #feaef5

#feaef5 #f5feae #aef5fe

Analogous Colors of #feaef5

#feaef5 #feaecd #dfaefe

Monochromatic Colors of #feaef5

#feaef5

Complementary Color

#feaef5 #aefeb7

#feaef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaef5 Color CSS Codes

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

#feaef5 Text Font Color

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

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


#feaef5 Background Color

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

This div background color is #feaef5


#feaef5 Border Color

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

This div border color is #feaef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaef5

Related Colors


Comments

No comments written yet.

Please login to write comment.