Color Hex Logo

#fcde9c Color Hex

#FCDE9C
(252,222,156)
0 Favorites   0 Comments

Color spaces of #fcde9c

RGB 252222156
HSL0.110.940.80
HSV41°38°99°
CMYK 0.000.120.38   0.01
XYZ72.266975.338342.1854
Yxy75.33830.38080.3970
Hunter Lab86.7976-3.278431.9422
CIE-Lab89.55121.393736.1827

#fcde9c color RGB value is (252,222,156).

#fcde9c hex color red value is 252, green value is 222 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #fcde9c hue: 0.11 , saturation: 0.94 and the lightness value of fcde9c is 0.80.

The process color (four color CMYK) of #fcde9c color hex is 0.00, 0.12, 0.38, 0.01. Web safe color of #fcde9c is #ffcc99. Color #fcde9c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011110 10011100
Octal 374 336 234
Decimal 252 222 156
Hex FC DE 9C

RGB Percentages of Color #fcde9c

%40.00
%35.24
%24.76

CMYK Percentages of Color #fcde9c

%0
%12
%38
%1

Triadic Colors of #fcde9c

#fcde9c #9cfcde #de9cfc

Analogous Colors of #fcde9c

#fcde9c #eafc9c #fcae9c

Monochromatic Colors of #fcde9c

#fcde9c

Complementary Color

#fcde9c #9cbafc

#fcde9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcde9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcde9c Color CSS Codes

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

#fcde9c Text Font Color

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

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


#fcde9c Background Color

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

This div background color is #fcde9c


#fcde9c Border Color

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

This div border color is #fcde9c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,222,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcde9c


Comments

No comments written yet.

Please login to write comment.