Color Hex Logo

#fad69c Color Hex

#FAD69C
(250,214,156)
0 Favorites   0 Comments

Color spaces of #fad69c

RGB 250214156
HSL0.100.900.80
HSV37°38°98°
CMYK 0.000.140.38   0.02
XYZ69.471770.817441.4601
Yxy70.81740.38220.3896
Hunter Lab84.15310.090929.6965
CIE-Lab87.39624.721333.3076

#fad69c color RGB value is (250,214,156).

#fad69c hex color red value is 250, green value is 214 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #fad69c hue: 0.10 , saturation: 0.90 and the lightness value of fad69c is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010110 10011100
Octal 372 326 234
Decimal 250 214 156
Hex FA D6 9C

RGB Percentages of Color #fad69c

%40.32
%34.52
%25.16

CMYK Percentages of Color #fad69c

%0
%14
%38
%2

Triadic Colors of #fad69c

#fad69c #9cfad6 #d69cfa

Analogous Colors of #fad69c

#fad69c #effa9c #faa79c

Monochromatic Colors of #fad69c

#fad69c

Complementary Color

#fad69c #9cc0fa

#fad69c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad69c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad69c Color CSS Codes

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

#fad69c Text Font Color

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

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


#fad69c Background Color

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

This div background color is #fad69c


#fad69c Border Color

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

This div border color is #fad69c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,214,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fad69c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad69c


Comments

No comments written yet.

Please login to write comment.