Color Hex Logo

#feddc0 Color Hex

#FEDDC0
(254,221,192)
0 Favorites   0 Comments

Color spaces of #feddc0

RGB 254221192
HSL0.080.970.87
HSV28°24°100°
CMYK 0.000.130.24   0.00
XYZ76.243976.589560.6339
Yxy76.58950.35720.3588
Hunter Lab87.51542.358120.1825
CIE-Lab90.13237.111318.4429

#feddc0 color RGB value is (254,221,192).

#feddc0 hex color red value is 254, green value is 221 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #feddc0 hue: 0.08 , saturation: 0.97 and the lightness value of feddc0 is 0.87.

The process color (four color CMYK) of #feddc0 color hex is 0.00, 0.13, 0.24, 0.00. Web safe color of #feddc0 is #ffcccc. Color #feddc0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 11000000
Octal 376 335 300
Decimal 254 221 192
Hex FE DD C0

RGB Percentages of Color #feddc0

%38.08
%33.13
%28.79

CMYK Percentages of Color #feddc0

%0
%13
%24
%0

Triadic Colors of #feddc0

#feddc0 #c0fedd #ddc0fe

Analogous Colors of #feddc0

#feddc0 #fefcc0 #fec0c2

Monochromatic Colors of #feddc0

#feddc0

Complementary Color

#feddc0 #c0e1fe

#feddc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feddc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feddc0 Color CSS Codes

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

#feddc0 Text Font Color

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

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


#feddc0 Background Color

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

This div background color is #feddc0


#feddc0 Border Color

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

This div border color is #feddc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feddc0


Comments

No comments written yet.

Please login to write comment.