Color Hex Logo

#fee1cd Color Hex

#FEE1CD
(254,225,205)
0 Favorites   0 Comments

Color spaces of #fee1cd

RGB 254225205
HSL0.070.960.90
HSV24°19°100°
CMYK 0.000.110.19   0.00
XYZ78.817779.329068.9155
Yxy79.32900.34710.3494
Hunter Lab89.06682.092616.4711
CIE-Lab91.38296.890713.4251

#fee1cd color RGB value is (254,225,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100001 11001101
Octal 376 341 315
Decimal 254 225 205
Hex FE E1 CD

RGB Percentages of Color #fee1cd

%37.13
%32.89
%29.97

CMYK Percentages of Color #fee1cd

%0
%11
%19
%0

Triadic Colors of #fee1cd

#fee1cd #cdfee1 #e1cdfe

Analogous Colors of #fee1cd

#fee1cd #fefacd #fecdd2

Monochromatic Colors of #fee1cd

#fee1cd

Complementary Color

#fee1cd #cdeafe

#fee1cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee1cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee1cd Color CSS Codes

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

#fee1cd Text Font Color

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

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


#fee1cd Background Color

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

This div background color is #fee1cd


#fee1cd Border Color

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

This div border color is #fee1cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,225,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 #fee1cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee1cd

#fee1cd Color Palettes


Comments

No comments written yet.

Please login to write comment.