Color Hex Logo

#feadf6 Color Hex

#FEADF6
(254,173,246)
0 Favorites   0 Comments

Color spaces of #feadf6

RGB 254173246
HSL0.850.980.84
HSV306°32°100°
CMYK 0.000.320.03   0.00
XYZ72.451257.611894.4904
Yxy57.61180.32260.2566
Hunter Lab75.902437.5544-20.6780
CIE-Lab80.522540.6983-24.3501

#feadf6 color RGB value is (254,173,246).

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

The process color (four color CMYK) of #feadf6 color hex is 0.00, 0.32, 0.03, 0.00. Web safe color of #feadf6 is #ff99ff. Color #feadf6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 11110110
Octal 376 255 366
Decimal 254 173 246
Hex FE AD F6

RGB Percentages of Color #feadf6

%37.74
%25.71
%36.55

CMYK Percentages of Color #feadf6

%0
%32
%3
%0

Triadic Colors of #feadf6

#feadf6 #f6fead #adf6fe

Analogous Colors of #feadf6

#feadf6 #feadce #deadfe

Monochromatic Colors of #feadf6

#feadf6

Complementary Color

#feadf6 #adfeb5

#feadf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feadf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feadf6 Color CSS Codes

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

#feadf6 Text Font Color

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

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


#feadf6 Background Color

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

This div background color is #feadf6


#feadf6 Border Color

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

This div border color is #feadf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feadf6


Comments

No comments written yet.

Please login to write comment.