Color Hex Logo

#fee4cb Color Hex

#FEE4CB
(254,228,203)
0 Favorites   0 Comments

Color spaces of #fee4cb

RGB 254228203
HSL0.080.960.90
HSV29°20°100°
CMYK 0.000.100.20   0.00
XYZ79.395980.869467.9247
Yxy80.86940.34790.3544
Hunter Lab89.92740.222718.1658
CIE-Lab92.07355.059815.4427

#fee4cb color RGB value is (254,228,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100100 11001011
Octal 376 344 313
Decimal 254 228 203
Hex FE E4 CB

RGB Percentages of Color #fee4cb

%37.08
%33.28
%29.64

CMYK Percentages of Color #fee4cb

%0
%10
%20
%0

Triadic Colors of #fee4cb

#fee4cb #cbfee4 #e4cbfe

Analogous Colors of #fee4cb

#fee4cb #fefecb #fecbcc

Monochromatic Colors of #fee4cb

#fee4cb

Complementary Color

#fee4cb #cbe5fe

#fee4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee4cb Color CSS Codes

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

#fee4cb Text Font Color

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

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


#fee4cb Background Color

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

This div background color is #fee4cb


#fee4cb Border Color

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

This div border color is #fee4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee4cb


Comments

No comments written yet.

Please login to write comment.