Color Hex Logo

#fddfac Color Hex

#FDDFAC
(253,223,172)
0 Favorites   0 Comments

Color spaces of #fddfac

RGB 253223172
HSL0.100.950.83
HSV38°32°99°
CMYK 0.000.120.32   0.01
XYZ74.342176.636649.9038
Yxy76.63660.37010.3815
Hunter Lab87.5423-1.614527.4812
CIE-Lab90.15413.122228.8231

#fddfac color RGB value is (253,223,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011111 10101100
Octal 375 337 254
Decimal 253 223 172
Hex FD DF AC

RGB Percentages of Color #fddfac

%39.04
%34.41
%26.54

CMYK Percentages of Color #fddfac

%0
%12
%32
%1

Triadic Colors of #fddfac

#fddfac #acfddf #dfacfd

Analogous Colors of #fddfac

#fddfac #f3fdac #fdb7ac

Monochromatic Colors of #fddfac

#fddfac

Complementary Color

#fddfac #accafd

#fddfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddfac Color CSS Codes

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

#fddfac Text Font Color

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

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


#fddfac Background Color

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

This div background color is #fddfac


#fddfac Border Color

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

This div border color is #fddfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddfac


Comments

No comments written yet.

Please login to write comment.