Color Hex Logo

#fcdeaa Color Hex

#FCDEAA
(252,222,170)
0 Favorites   0 Comments

Color spaces of #fcdeaa

RGB 252222170
HSL0.110.930.83
HSV38°33°99°
CMYK 0.000.120.33   0.01
XYZ73.521975.840348.7938
Yxy75.84030.37100.3827
Hunter Lab87.0863-1.704027.7407
CIE-Lab89.78513.012029.3388

#fcdeaa color RGB value is (252,222,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011110 10101010
Octal 374 336 252
Decimal 252 222 170
Hex FC DE AA

RGB Percentages of Color #fcdeaa

%39.13
%34.47
%26.40

CMYK Percentages of Color #fcdeaa

%0
%12
%33
%1

Triadic Colors of #fcdeaa

#fcdeaa #aafcde #deaafc

Analogous Colors of #fcdeaa

#fcdeaa #f1fcaa #fcb5aa

Monochromatic Colors of #fcdeaa

#fcdeaa

Complementary Color

#fcdeaa #aac8fc

#fcdeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdeaa Color CSS Codes

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

#fcdeaa Text Font Color

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

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


#fcdeaa Background Color

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

This div background color is #fcdeaa


#fcdeaa Border Color

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

This div border color is #fcdeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdeaa

#fcdeaa Color Palettes


Comments

No comments written yet.

Please login to write comment.