Color Hex Logo

#feaadf Color Hex

#FEAADF
(254,170,223)
0 Favorites   0 Comments

Color spaces of #feaadf

RGB 254170223
HSL0.890.980.83
HSV322°33°100°
CMYK 0.000.330.12   0.00
XYZ68.567155.148076.8428
Yxy55.14800.34190.2750
Hunter Lab74.261734.8541-9.3675
CIE-Lab79.126438.4034-14.0535

#feaadf color RGB value is (254,170,223).

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

The process color (four color CMYK) of #feaadf color hex is 0.00, 0.33, 0.12, 0.00. Web safe color of #feaadf is #ff99cc. Color #feaadf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 11011111
Octal 376 252 337
Decimal 254 170 223
Hex FE AA DF

RGB Percentages of Color #feaadf

%39.26
%26.28
%34.47

CMYK Percentages of Color #feaadf

%0
%33
%12
%0

Triadic Colors of #feaadf

#feaadf #dffeaa #aadffe

Analogous Colors of #feaadf

#feaadf #feaab5 #f3aafe

Monochromatic Colors of #feaadf

#feaadf

Complementary Color

#feaadf #aafec9

#feaadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaadf Color CSS Codes

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

#feaadf Text Font Color

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

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


#feaadf Background Color

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

This div background color is #feaadf


#feaadf Border Color

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

This div border color is #feaadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaadf


Comments

No comments written yet.

Please login to write comment.