Color Hex Logo

#fee4cd Color Hex

#FEE4CD
(254,228,205)
0 Favorites   0 Comments

Color spaces of #fee4cd

RGB 254228205
HSL0.080.960.90
HSV28°19°100°
CMYK 0.000.100.19   0.00
XYZ79.635980.965469.1882
Yxy80.96540.34660.3523
Hunter Lab89.98080.511917.3972
CIE-Lab92.11635.349614.4633

#fee4cd color RGB value is (254,228,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100100 11001101
Octal 376 344 315
Decimal 254 228 205
Hex FE E4 CD

RGB Percentages of Color #fee4cd

%36.97
%33.19
%29.84

CMYK Percentages of Color #fee4cd

%0
%10
%19
%0

Triadic Colors of #fee4cd

#fee4cd #cdfee4 #e4cdfe

Analogous Colors of #fee4cd

#fee4cd #fefdcd #fecdcf

Monochromatic Colors of #fee4cd

#fee4cd

Complementary Color

#fee4cd #cde7fe

#fee4cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee4cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee4cd Color CSS Codes

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

#fee4cd Text Font Color

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

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


#fee4cd Background Color

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

This div background color is #fee4cd


#fee4cd Border Color

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

This div border color is #fee4cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee4cd

Related Colors

#fee4cd Color Palettes


Comments

No comments written yet.

Please login to write comment.