Color Hex Logo

#fad6ac Color Hex

#FAD6AC
(250,214,172)
0 Favorites   0 Comments

Color spaces of #fad6ac

RGB 250214172
HSL0.090.890.83
HSV32°31°98°
CMYK 0.000.140.31   0.02
XYZ70.917371.395749.0727
Yxy71.39570.37050.3730
Hunter Lab84.49601.946724.7133
CIE-Lab87.67696.614025.4129

#fad6ac color RGB value is (250,214,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010110 10101100
Octal 372 326 254
Decimal 250 214 172
Hex FA D6 AC

RGB Percentages of Color #fad6ac

%39.31
%33.65
%27.04

CMYK Percentages of Color #fad6ac

%0
%14
%31
%2

Triadic Colors of #fad6ac

#fad6ac #acfad6 #d6acfa

Analogous Colors of #fad6ac

#fad6ac #f7faac #faafac

Monochromatic Colors of #fad6ac

#fad6ac

Complementary Color

#fad6ac #acd0fa

#fad6ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad6ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad6ac Color CSS Codes

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

#fad6ac Text Font Color

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

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


#fad6ac Background Color

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

This div background color is #fad6ac


#fad6ac Border Color

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

This div border color is #fad6ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad6ac


Comments

No comments written yet.

Please login to write comment.