Color Hex Logo

#fedae7 Color Hex

#FEDAE7
(254,218,231)
0 Favorites   0 Comments

Color spaces of #fedae7

RGB 254218231
HSL0.940.950.93
HSV338°14°100°
CMYK 0.000.140.09   0.00
XYZ80.368376.983286.2247
Yxy76.98320.33000.3161
Hunter Lab87.74019.95763.1521
CIE-Lab90.313914.5592-1.7352

#fedae7 color RGB value is (254,218,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 11100111
Octal 376 332 347
Decimal 254 218 231
Hex FE DA E7

RGB Percentages of Color #fedae7

%36.13
%31.01
%32.86

CMYK Percentages of Color #fedae7

%0
%14
%9
%0

Triadic Colors of #fedae7

#fedae7 #e7feda #dae7fe

Analogous Colors of #fedae7

#fedae7 #fedfda #fedaf9

Monochromatic Colors of #fedae7

#fedae7

Complementary Color

#fedae7 #dafef1

#fedae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedae7 Color CSS Codes

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

#fedae7 Text Font Color

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

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


#fedae7 Background Color

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

This div background color is #fedae7


#fedae7 Border Color

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

This div border color is #fedae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedae7


Comments

No comments written yet.

Please login to write comment.