Color Hex Logo

#fcdcaa Color Hex

#FCDCAA
(252,220,170)
0 Favorites   0 Comments

Color spaces of #fcdcaa

RGB 252220170
HSL0.100.930.83
HSV37°33°99°
CMYK 0.000.130.33   0.01
XYZ72.993874.784148.6178
Yxy74.78410.37170.3808
Hunter Lab86.4778-0.668727.2016
CIE-Lab89.29184.037128.6724

#fcdcaa color RGB value is (252,220,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 10101010
Octal 374 334 252
Decimal 252 220 170
Hex FC DC AA

RGB Percentages of Color #fcdcaa

%39.25
%34.27
%26.48

CMYK Percentages of Color #fcdcaa

%0
%13
%33
%1

Triadic Colors of #fcdcaa

#fcdcaa #aafcdc #dcaafc

Analogous Colors of #fcdcaa

#fcdcaa #f3fcaa #fcb3aa

Monochromatic Colors of #fcdcaa

#fcdcaa

Complementary Color

#fcdcaa #aacafc

#fcdcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdcaa Color CSS Codes

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

#fcdcaa Text Font Color

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

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


#fcdcaa Background Color

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

This div background color is #fcdcaa


#fcdcaa Border Color

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

This div border color is #fcdcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdcaa

Related Colors


Comments

No comments written yet.

Please login to write comment.