Color Hex Logo

#fcd4ac Color Hex

#FCD4AC
(252,212,172)
0 Favorites   0 Comments

Color spaces of #fcd4ac

RGB 252212172
HSL0.080.930.83
HSV30°32°99°
CMYK 0.000.160.32   0.01
XYZ71.134870.761048.9388
Yxy70.76100.37280.3708
Hunter Lab84.11963.737424.3901
CIE-Lab87.36888.405325.0212

#fcd4ac color RGB value is (252,212,172).

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

The process color (four color CMYK) of #fcd4ac color hex is 0.00, 0.16, 0.32, 0.01. Web safe color of #fcd4ac is #ffcc99. Color #fcd4ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010100 10101100
Octal 374 324 254
Decimal 252 212 172
Hex FC D4 AC

RGB Percentages of Color #fcd4ac

%39.62
%33.33
%27.04

CMYK Percentages of Color #fcd4ac

%0
%16
%32
%1

Triadic Colors of #fcd4ac

#fcd4ac #acfcd4 #d4acfc

Analogous Colors of #fcd4ac

#fcd4ac #fcfcac #fcacac

Monochromatic Colors of #fcd4ac

#fcd4ac

Complementary Color

#fcd4ac #acd4fc

#fcd4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd4ac Color CSS Codes

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

#fcd4ac Text Font Color

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

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


#fcd4ac Background Color

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

This div background color is #fcd4ac


#fcd4ac Border Color

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

This div border color is #fcd4ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd4ac

Related Colors


Comments

No comments written yet.

Please login to write comment.