Color Hex Logo

#feadd2 Color Hex

#FEADD2
(254,173,210)
0 Favorites   0 Comments

Color spaces of #feadd2

RGB 254173210
HSL0.920.980.84
HSV333°32°100°
CMYK 0.000.320.17   0.00
XYZ67.449555.611168.1518
Yxy55.61110.35270.2908
Hunter Lab74.572930.9468-1.9839
CIE-Lab79.392034.8091-6.6123

#feadd2 color RGB value is (254,173,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 11010010
Octal 376 255 322
Decimal 254 173 210
Hex FE AD D2

RGB Percentages of Color #feadd2

%39.87
%27.16
%32.97

CMYK Percentages of Color #feadd2

%0
%32
%17
%0

Triadic Colors of #feadd2

#feadd2 #d2fead #add2fe

Analogous Colors of #feadd2

#feadd2 #feb1ad #feadfb

Monochromatic Colors of #feadd2

#feadd2

Complementary Color

#feadd2 #adfed9

#feadd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feadd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feadd2 Color CSS Codes

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

#feadd2 Text Font Color

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

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


#feadd2 Background Color

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

This div background color is #feadd2


#feadd2 Border Color

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

This div border color is #feadd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feadd2


Comments

No comments written yet.

Please login to write comment.