Color Hex Logo

#feadd4 Color Hex

#FEADD4
(254,173,212)
0 Favorites   0 Comments

Color spaces of #feadd4

RGB 254173212
HSL0.920.980.84
HSV331°32°100°
CMYK 0.000.320.17   0.00
XYZ67.700355.711469.4725
Yxy55.71140.35100.2888
Hunter Lab74.640131.2836-2.9371
CIE-Lab79.449335.1142-7.6116

#feadd4 color RGB value is (254,173,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 11010100
Octal 376 255 324
Decimal 254 173 212
Hex FE AD D4

RGB Percentages of Color #feadd4

%39.75
%27.07
%33.18

CMYK Percentages of Color #feadd4

%0
%32
%17
%0

Triadic Colors of #feadd4

#feadd4 #d4fead #add4fe

Analogous Colors of #feadd4

#feadd4 #feafad #feadfd

Monochromatic Colors of #feadd4

#feadd4

Complementary Color

#feadd4 #adfed7

#feadd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feadd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feadd4 Color CSS Codes

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

#feadd4 Text Font Color

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

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


#feadd4 Background Color

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

This div background color is #feadd4


#feadd4 Border Color

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

This div border color is #feadd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feadd4

Related Colors


Comments

No comments written yet.

Please login to write comment.