Color Hex Logo

#feaadd Color Hex

#FEAADD
(254,170,221)
0 Favorites   0 Comments

Color spaces of #feaadd

RGB 254170221
HSL0.900.980.83
HSV324°33°100°
CMYK 0.000.330.13   0.00
XYZ68.298955.040775.4308
Yxy55.04070.34360.2769
Hunter Lab74.189434.4959-8.3495
CIE-Lab79.064738.0841-13.0626

#feaadd color RGB value is (254,170,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 11011101
Octal 376 252 335
Decimal 254 170 221
Hex FE AA DD

RGB Percentages of Color #feaadd

%39.38
%26.36
%34.26

CMYK Percentages of Color #feaadd

%0
%33
%13
%0

Triadic Colors of #feaadd

#feaadd #ddfeaa #aaddfe

Analogous Colors of #feaadd

#feaadd #feaab3 #f5aafe

Monochromatic Colors of #feaadd

#feaadd

Complementary Color

#feaadd #aafecb

#feaadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaadd Color CSS Codes

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

#feaadd Text Font Color

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

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


#feaadd Background Color

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

This div background color is #feaadd


#feaadd Border Color

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

This div border color is #feaadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaadd


Comments

No comments written yet.

Please login to write comment.