Color Hex Logo

#fce4cd Color Hex

#FCE4CD
(252,228,205)
0 Favorites   0 Comments

Color spaces of #fce4cd

RGB 252228205
HSL0.080.890.90
HSV29°19°99°
CMYK 0.000.100.19   0.01
XYZ78.907780.590069.1542
Yxy80.59000.34510.3525
Hunter Lab89.7719-0.203017.1674
CIE-Lab91.94894.629814.2029

#fce4cd color RGB value is (252,228,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100100 11001101
Octal 374 344 315
Decimal 252 228 205
Hex FC E4 CD

RGB Percentages of Color #fce4cd

%36.79
%33.28
%29.93

CMYK Percentages of Color #fce4cd

%0
%10
%19
%1

Triadic Colors of #fce4cd

#fce4cd #cdfce4 #e4cdfc

Analogous Colors of #fce4cd

#fce4cd #fcfccd #fccdce

Monochromatic Colors of #fce4cd

#fce4cd

Complementary Color

#fce4cd #cde5fc

#fce4cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce4cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce4cd Color CSS Codes

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

#fce4cd Text Font Color

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

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


#fce4cd Background Color

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

This div background color is #fce4cd


#fce4cd Border Color

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

This div border color is #fce4cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce4cd


Comments

No comments written yet.

Please login to write comment.