Color Hex Logo

#fedae9 Color Hex

#FEDAE9
(254,218,233)
0 Favorites   0 Comments

Color spaces of #fedae9

RGB 254218233
HSL0.930.950.93
HSV335°14°100°
CMYK 0.000.140.08   0.00
XYZ80.652477.096887.7211
Yxy77.09680.32860.3141
Hunter Lab87.804810.30142.2299
CIE-Lab90.366214.8904-2.7094

#fedae9 color RGB value is (254,218,233).

#fedae9 hex color red value is 254, green value is 218 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #fedae9 hue: 0.93 , saturation: 0.95 and the lightness value of fedae9 is 0.93.

The process color (four color CMYK) of #fedae9 color hex is 0.00, 0.14, 0.08, 0.00. Web safe color of #fedae9 is #ffccff. Color #fedae9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 11101001
Octal 376 332 351
Decimal 254 218 233
Hex FE DA E9

RGB Percentages of Color #fedae9

%36.03
%30.92
%33.05

CMYK Percentages of Color #fedae9

%0
%14
%8
%0

Triadic Colors of #fedae9

#fedae9 #e9feda #dae9fe

Analogous Colors of #fedae9

#fedae9 #feddda #fedafb

Monochromatic Colors of #fedae9

#fedae9

Complementary Color

#fedae9 #dafeef

#fedae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedae9 Color CSS Codes

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

#fedae9 Text Font Color

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

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


#fedae9 Background Color

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

This div background color is #fedae9


#fedae9 Border Color

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

This div border color is #fedae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedae9


Comments

No comments written yet.

Please login to write comment.