Color Hex Logo

#feaddc Color Hex

#FEADDC
(254,173,220)
0 Favorites   0 Comments

Color spaces of #feaddc

RGB 254173220
HSL0.900.980.84
HSV325°32°100°
CMYK 0.000.320.13   0.00
XYZ68.734956.125374.9207
Yxy56.12530.34410.2809
Hunter Lab74.916832.6663-6.8513
CIE-Lab79.685136.3610-11.5932

#feaddc color RGB value is (254,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 11011100
Octal 376 255 334
Decimal 254 173 220
Hex FE AD DC

RGB Percentages of Color #feaddc

%39.26
%26.74
%34.00

CMYK Percentages of Color #feaddc

%0
%32
%13
%0

Triadic Colors of #feaddc

#feaddc #dcfead #addcfe

Analogous Colors of #feaddc

#feaddc #feadb4 #f8adfe

Monochromatic Colors of #feaddc

#feaddc

Complementary Color

#feaddc #adfecf

#feaddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaddc Color CSS Codes

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

#feaddc Text Font Color

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

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


#feaddc Background Color

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

This div background color is #feaddc


#feaddc Border Color

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

This div border color is #feaddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaddc

Related Colors


Comments

No comments written yet.

Please login to write comment.