Color Hex Logo

#feacde Color Hex

#FEACDE
(254,172,222)
0 Favorites   0 Comments

Color spaces of #feacde

RGB 254172222
HSL0.900.980.84
HSV323°32°100°
CMYK 0.000.320.13   0.00
XYZ68.810455.849876.2606
Yxy55.84980.34250.2780
Hunter Lab74.732733.5722-8.1893
CIE-Lab79.528337.2012-12.9099

#feacde color RGB value is (254,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 11011110
Octal 376 254 336
Decimal 254 172 222
Hex FE AC DE

RGB Percentages of Color #feacde

%39.20
%26.54
%34.26

CMYK Percentages of Color #feacde

%0
%32
%13
%0

Triadic Colors of #feacde

#feacde #defeac #acdefe

Analogous Colors of #feacde

#feacde #feacb5 #f5acfe

Monochromatic Colors of #feacde

#feacde

Complementary Color

#feacde #acfecc

#feacde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feacde Color Preview on White Background

Lorem ipsum dolor sit amet.

#feacde Color CSS Codes

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

#feacde Text Font Color

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

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


#feacde Background Color

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

This div background color is #feacde


#feacde Border Color

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

This div border color is #feacde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feacde


Comments

No comments written yet.

Please login to write comment.