Color Hex Logo

#fcddaa Color Hex

#FCDDAA
(252,221,170)
0 Favorites   0 Comments

Color spaces of #fcddaa

RGB 252221170
HSL0.100.930.83
HSV37°33°99°
CMYK 0.000.120.33   0.01
XYZ73.257075.310648.7056
Yxy75.31060.37130.3818
Hunter Lab86.7817-1.186727.4711
CIE-Lab89.53833.524229.0055

#fcddaa color RGB value is (252,221,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011101 10101010
Octal 374 335 252
Decimal 252 221 170
Hex FC DD AA

RGB Percentages of Color #fcddaa

%39.19
%34.37
%26.44

CMYK Percentages of Color #fcddaa

%0
%12
%33
%1

Triadic Colors of #fcddaa

#fcddaa #aafcdd #ddaafc

Analogous Colors of #fcddaa

#fcddaa #f2fcaa #fcb4aa

Monochromatic Colors of #fcddaa

#fcddaa

Complementary Color

#fcddaa #aac9fc

#fcddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcddaa Color CSS Codes

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

#fcddaa Text Font Color

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

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


#fcddaa Background Color

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

This div background color is #fcddaa


#fcddaa Border Color

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

This div border color is #fcddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcddaa


Comments

No comments written yet.

Please login to write comment.