Color Hex Logo

#feadde Color Hex

#FEADDE
(254,173,222)
0 Favorites   0 Comments

Color spaces of #feadde

RGB 254173222
HSL0.900.980.84
HSV324°32°100°
CMYK 0.000.320.13   0.00
XYZ69.001456.231976.3243
Yxy56.23190.34230.2790
Hunter Lab74.987933.0209-7.8551
CIE-Lab79.745636.6793-12.5846

#feadde color RGB value is (254,173,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 11011110
Octal 376 255 336
Decimal 254 173 222
Hex FE AD DE

RGB Percentages of Color #feadde

%39.14
%26.66
%34.21

CMYK Percentages of Color #feadde

%0
%32
%13
%0

Triadic Colors of #feadde

#feadde #defead #addefe

Analogous Colors of #feadde

#feadde #feadb6 #f6adfe

Monochromatic Colors of #feadde

#feadde

Complementary Color

#feadde #adfecd

#feadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#feadde Color CSS Codes

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

#feadde Text Font Color

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

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


#feadde Background Color

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

This div background color is #feadde


#feadde Border Color

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

This div border color is #feadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feadde

Related Colors


Comments

No comments written yet.

Please login to write comment.