Color Hex Logo

#feade4 Color Hex

#FEADE4
(254,173,228)
0 Favorites   0 Comments

Color spaces of #feade4

RGB 254173228
HSL0.890.980.84
HSV319°32°100°
CMYK 0.000.320.10   0.00
XYZ69.820256.559480.6359
Yxy56.55940.33730.2732
Hunter Lab75.206034.1065-10.9266
CIE-Lab79.931137.6502-15.5491

#feade4 color RGB value is (254,173,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 11100100
Octal 376 255 344
Decimal 254 173 228
Hex FE AD E4

RGB Percentages of Color #feade4

%38.78
%26.41
%34.81

CMYK Percentages of Color #feade4

%0
%32
%10
%0

Triadic Colors of #feade4

#feade4 #e4fead #ade4fe

Analogous Colors of #feade4

#feade4 #feadbc #f0adfe

Monochromatic Colors of #feade4

#feade4

Complementary Color

#feade4 #adfec7

#feade4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feade4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feade4 Color CSS Codes

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

#feade4 Text Font Color

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

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


#feade4 Background Color

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

This div background color is #feade4


#feade4 Border Color

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

This div border color is #feade4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feade4


Comments

No comments written yet.

Please login to write comment.