Color Hex Logo

#fedac7 Color Hex

#FEDAC7
(254,218,199)
0 Favorites   0 Comments

Color spaces of #fedac7

RGB 254218199
HSL0.060.960.89
HSV21°22°100°
CMYK 0.000.140.22   0.00
XYZ76.253375.337264.5554
Yxy75.33720.35280.3485
Hunter Lab86.79704.921916.6609
CIE-Lab89.55079.637413.9666

#fedac7 color RGB value is (254,218,199).

#fedac7 hex color red value is 254, green value is 218 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #fedac7 hue: 0.06 , saturation: 0.96 and the lightness value of fedac7 is 0.89.

The process color (four color CMYK) of #fedac7 color hex is 0.00, 0.14, 0.22, 0.00. Web safe color of #fedac7 is #ffcccc. Color #fedac7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 11000111
Octal 376 332 307
Decimal 254 218 199
Hex FE DA C7

RGB Percentages of Color #fedac7

%37.85
%32.49
%29.66

CMYK Percentages of Color #fedac7

%0
%14
%22
%0

Triadic Colors of #fedac7

#fedac7 #c7feda #dac7fe

Analogous Colors of #fedac7

#fedac7 #fef6c7 #fec7d0

Monochromatic Colors of #fedac7

#fedac7

Complementary Color

#fedac7 #c7ebfe

#fedac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedac7 Color CSS Codes

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

#fedac7 Text Font Color

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

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


#fedac7 Background Color

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

This div background color is #fedac7


#fedac7 Border Color

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

This div border color is #fedac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedac7

Related Colors


Comments

No comments written yet.

Please login to write comment.