Color Hex Logo

#fcdfaa Color Hex

#FCDFAA
(252,223,170)
0 Favorites   0 Comments

Color spaces of #fcdfaa

RGB 252223170
HSL0.110.930.83
HSV39°33°99°
CMYK 0.000.120.33   0.01
XYZ73.788376.373148.8826
Yxy76.37310.37070.3837
Hunter Lab87.3917-2.220828.0103
CIE-Lab90.03232.500529.6721

#fcdfaa color RGB value is (252,223,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011111 10101010
Octal 374 337 252
Decimal 252 223 170
Hex FC DF AA

RGB Percentages of Color #fcdfaa

%39.07
%34.57
%26.36

CMYK Percentages of Color #fcdfaa

%0
%12
%33
%1

Triadic Colors of #fcdfaa

#fcdfaa #aafcdf #dfaafc

Analogous Colors of #fcdfaa

#fcdfaa #f0fcaa #fcb6aa

Monochromatic Colors of #fcdfaa

#fcdfaa

Complementary Color

#fcdfaa #aac7fc

#fcdfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdfaa Color CSS Codes

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

#fcdfaa Text Font Color

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

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


#fcdfaa Background Color

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

This div background color is #fcdfaa


#fcdfaa Border Color

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

This div border color is #fcdfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdfaa


Comments

No comments written yet.

Please login to write comment.