Color Hex Logo

#fdc7ac Color Hex

#FDC7AC
(253,199,172)
0 Favorites   0 Comments

Color spaces of #fdc7ac

RGB 253199172
HSL0.060.950.83
HSV20°32°99°
CMYK 0.000.210.32   0.01
XYZ68.377864.708147.9157
Yxy64.70810.37780.3575
Hunter Lab80.441310.958520.9923
CIE-Lab84.333115.547920.8624

#fdc7ac color RGB value is (253,199,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000111 10101100
Octal 375 307 254
Decimal 253 199 172
Hex FD C7 AC

RGB Percentages of Color #fdc7ac

%40.54
%31.89
%27.56

CMYK Percentages of Color #fdc7ac

%0
%21
%32
%1

Triadic Colors of #fdc7ac

#fdc7ac #acfdc7 #c7acfd

Analogous Colors of #fdc7ac

#fdc7ac #fdf0ac #fdacba

Monochromatic Colors of #fdc7ac

#fdc7ac

Complementary Color

#fdc7ac #ace2fd

#fdc7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc7ac Color CSS Codes

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

#fdc7ac Text Font Color

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

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


#fdc7ac Background Color

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

This div background color is #fdc7ac


#fdc7ac Border Color

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

This div border color is #fdc7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc7ac


Comments

No comments written yet.

Please login to write comment.