Color Hex Logo

#feadef Color Hex

#FEADEF
(254,173,239)
0 Favorites   0 Comments

Color spaces of #feadef

RGB 254173239
HSL0.860.980.84
HSV311°32°100°
CMYK 0.000.320.06   0.00
XYZ71.396657.190088.9371
Yxy57.19000.32820.2629
Hunter Lab75.624136.1795-16.7907
CIE-Lab80.286339.4892-20.9443

#feadef color RGB value is (254,173,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 11101111
Octal 376 255 357
Decimal 254 173 239
Hex FE AD EF

RGB Percentages of Color #feadef

%38.14
%25.98
%35.89

CMYK Percentages of Color #feadef

%0
%32
%6
%0

Triadic Colors of #feadef

#feadef #effead #adeffe

Analogous Colors of #feadef

#feadef #feadc7 #e5adfe

Monochromatic Colors of #feadef

#feadef

Complementary Color

#feadef #adfebc

#feadef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feadef Color Preview on White Background

Lorem ipsum dolor sit amet.

#feadef Color CSS Codes

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

#feadef Text Font Color

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

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


#feadef Background Color

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

This div background color is #feadef


#feadef Border Color

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

This div border color is #feadef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feadef

Related Colors


Comments

No comments written yet.

Please login to write comment.