Color Hex Logo

#fee4cc Color Hex

#FEE4CC
(254,228,204)
0 Favorites   0 Comments

Color spaces of #fee4cc

RGB 254228204
HSL0.080.960.90
HSV29°20°100°
CMYK 0.000.100.20   0.00
XYZ79.515580.917368.5544
Yxy80.91730.34720.3534
Hunter Lab89.95400.366717.7826
CIE-Lab92.09495.204214.9530

#fee4cc color RGB value is (254,228,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100100 11001100
Octal 376 344 314
Decimal 254 228 204
Hex FE E4 CC

RGB Percentages of Color #fee4cc

%37.03
%33.24
%29.74

CMYK Percentages of Color #fee4cc

%0
%10
%20
%0

Triadic Colors of #fee4cc

#fee4cc #ccfee4 #e4ccfe

Analogous Colors of #fee4cc

#fee4cc #fefdcc #fecccd

Monochromatic Colors of #fee4cc

#fee4cc

Complementary Color

#fee4cc #cce6fe

#fee4cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee4cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee4cc Color CSS Codes

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

#fee4cc Text Font Color

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

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


#fee4cc Background Color

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

This div background color is #fee4cc


#fee4cc Border Color

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

This div border color is #fee4cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee4cc

Related Colors


Comments

No comments written yet.

Please login to write comment.