Color Hex Logo

#fee5cd Color Hex

#FEE5CD
(254,229,205)
0 Favorites   0 Comments

Color spaces of #fee5cd

RGB 254229205
HSL0.080.960.90
HSV29°19°100°
CMYK 0.000.100.19   0.00
XYZ79.911881.517269.2802
Yxy81.51720.34640.3533
Hunter Lab90.2869-0.013917.7056
CIE-Lab92.36144.837014.8096

#fee5cd color RGB value is (254,229,205).

#fee5cd hex color red value is 254, green value is 229 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fee5cd hue: 0.08 , saturation: 0.96 and the lightness value of fee5cd is 0.90.

The process color (four color CMYK) of #fee5cd color hex is 0.00, 0.10, 0.19, 0.00. Web safe color of #fee5cd is #ffcccc. Color #fee5cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100101 11001101
Octal 376 345 315
Decimal 254 229 205
Hex FE E5 CD

RGB Percentages of Color #fee5cd

%36.92
%33.28
%29.80

CMYK Percentages of Color #fee5cd

%0
%10
%19
%0

Triadic Colors of #fee5cd

#fee5cd #cdfee5 #e5cdfe

Analogous Colors of #fee5cd

#fee5cd #fefecd #fecdce

Monochromatic Colors of #fee5cd

#fee5cd

Complementary Color

#fee5cd #cde6fe

#fee5cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee5cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee5cd Color CSS Codes

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

#fee5cd Text Font Color

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

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


#fee5cd Background Color

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

This div background color is #fee5cd


#fee5cd Border Color

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

This div border color is #fee5cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee5cd


Comments

No comments written yet.

Please login to write comment.