Color Hex Logo

#fee5ce Color Hex

#FEE5CE
(254,229,206)
0 Favorites   0 Comments

Color spaces of #fee5ce

RGB 254229206
HSL0.080.960.90
HSV29°19°100°
CMYK 0.000.100.19   0.00
XYZ80.032981.565769.9181
Yxy81.56570.34570.3523
Hunter Lab90.31370.131517.3191
CIE-Lab92.38284.982714.3203

#fee5ce color RGB value is (254,229,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100101 11001110
Octal 376 345 316
Decimal 254 229 206
Hex FE E5 CE

RGB Percentages of Color #fee5ce

%36.87
%33.24
%29.90

CMYK Percentages of Color #fee5ce

%0
%10
%19
%0

Triadic Colors of #fee5ce

#fee5ce #cefee5 #e5cefe

Analogous Colors of #fee5ce

#fee5ce #fefdce #fececf

Monochromatic Colors of #fee5ce

#fee5ce

Complementary Color

#fee5ce #cee7fe

#fee5ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee5ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee5ce Color CSS Codes

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

#fee5ce Text Font Color

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

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


#fee5ce Background Color

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

This div background color is #fee5ce


#fee5ce Border Color

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

This div border color is #fee5ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee5ce

Related Colors

#fee5ce Color Palettes


Comments

No comments written yet.

Please login to write comment.