Color Hex Logo

#fad3ac Color Hex

#FAD3AC
(250,211,172)
0 Favorites   0 Comments

Color spaces of #fad3ac

RGB 250211172
HSL0.080.890.83
HSV30°31°98°
CMYK 0.000.160.31   0.02
XYZ70.165069.891148.8220
Yxy69.89110.37150.3700
Hunter Lab83.60093.510823.8959
CIE-Lab86.94348.166224.4098

#fad3ac color RGB value is (250,211,172).

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

The process color (four color CMYK) of #fad3ac color hex is 0.00, 0.16, 0.31, 0.02. Web safe color of #fad3ac is #ffcc99. Color #fad3ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010011 10101100
Octal 372 323 254
Decimal 250 211 172
Hex FA D3 AC

RGB Percentages of Color #fad3ac

%39.49
%33.33
%27.17

CMYK Percentages of Color #fad3ac

%0
%16
%31
%2

Triadic Colors of #fad3ac

#fad3ac #acfad3 #d3acfa

Analogous Colors of #fad3ac

#fad3ac #fafaac #faacac

Monochromatic Colors of #fad3ac

#fad3ac

Complementary Color

#fad3ac #acd3fa

#fad3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad3ac Color CSS Codes

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

#fad3ac Text Font Color

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

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


#fad3ac Background Color

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

This div background color is #fad3ac


#fad3ac Border Color

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

This div border color is #fad3ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad3ac

#fad3ac Color Palettes


Comments

No comments written yet.

Please login to write comment.