Color Hex Logo

#feadee Color Hex

#FEADEE
(254,173,238)
0 Favorites   0 Comments

Color spaces of #feadee

RGB 254173238
HSL0.870.980.84
HSV312°32°100°
CMYK 0.000.320.06   0.00
XYZ71.249257.131088.1611
Yxy57.13100.32900.2638
Hunter Lab75.585135.9867-16.2453
CIE-Lab80.253239.3190-20.4561

#feadee color RGB value is (254,173,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 11101110
Octal 376 255 356
Decimal 254 173 238
Hex FE AD EE

RGB Percentages of Color #feadee

%38.20
%26.02
%35.79

CMYK Percentages of Color #feadee

%0
%32
%6
%0

Triadic Colors of #feadee

#feadee #eefead #adeefe

Analogous Colors of #feadee

#feadee #feadc6 #e6adfe

Monochromatic Colors of #feadee

#feadee

Complementary Color

#feadee #adfebd

#feadee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feadee Color Preview on White Background

Lorem ipsum dolor sit amet.

#feadee Color CSS Codes

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

#feadee Text Font Color

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

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


#feadee Background Color

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

This div background color is #feadee


#feadee Border Color

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

This div border color is #feadee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feadee

Related Colors


Comments

No comments written yet.

Please login to write comment.