Color Hex Logo

#fedac9 Color Hex

#FEDAC9
(254,218,201)
0 Favorites   0 Comments

Color spaces of #fedac9

RGB 254218201
HSL0.050.960.89
HSV19°21°100°
CMYK 0.000.140.21   0.00
XYZ76.487175.430765.7866
Yxy75.43070.35130.3465
Hunter Lab86.85085.210915.8854
CIE-Lab89.59449.923612.9804

#fedac9 color RGB value is (254,218,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011010 11001001
Octal 376 332 311
Decimal 254 218 201
Hex FE DA C9

RGB Percentages of Color #fedac9

%37.74
%32.39
%29.87

CMYK Percentages of Color #fedac9

%0
%14
%21
%0

Triadic Colors of #fedac9

#fedac9 #c9feda #dac9fe

Analogous Colors of #fedac9

#fedac9 #fef5c9 #fec9d3

Monochromatic Colors of #fedac9

#fedac9

Complementary Color

#fedac9 #c9edfe

#fedac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedac9 Color CSS Codes

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

#fedac9 Text Font Color

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

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


#fedac9 Background Color

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

This div background color is #fedac9


#fedac9 Border Color

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

This div border color is #fedac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedac9

#fedac9 Color Palettes


Comments

No comments written yet.

Please login to write comment.