Color Hex Logo

#fdc0ac Color Hex

#FDC0AC
(253,192,172)
0 Favorites   0 Comments

Color spaces of #fdc0ac

RGB 253192172
HSL0.040.950.83
HSV15°32°99°
CMYK 0.000.240.32   0.01
XYZ66.804061.560547.3911
Yxy61.56050.38010.3503
Hunter Lab78.460514.675219.1105
CIE-Lab82.679119.213018.5680

#fdc0ac color RGB value is (253,192,172).

#fdc0ac hex color red value is 253, green value is 192 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fdc0ac hue: 0.04 , saturation: 0.95 and the lightness value of fdc0ac is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000000 10101100
Octal 375 300 254
Decimal 253 192 172
Hex FD C0 AC

RGB Percentages of Color #fdc0ac

%41.00
%31.12
%27.88

CMYK Percentages of Color #fdc0ac

%0
%24
%32
%1

Triadic Colors of #fdc0ac

#fdc0ac #acfdc0 #c0acfd

Analogous Colors of #fdc0ac

#fdc0ac #fde9ac #fdacc1

Monochromatic Colors of #fdc0ac

#fdc0ac

Complementary Color

#fdc0ac #ace9fd

#fdc0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc0ac Color CSS Codes

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

#fdc0ac Text Font Color

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

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


#fdc0ac Background Color

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

This div background color is #fdc0ac


#fdc0ac Border Color

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

This div border color is #fdc0ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc0ac


Comments

No comments written yet.

Please login to write comment.