Color Hex Logo

#fad79c Color Hex

#FAD79C
(250,215,156)
0 Favorites   0 Comments

Color spaces of #fad79c

RGB 250215156
HSL0.100.900.80
HSV38°38°98°
CMYK 0.000.140.38   0.02
XYZ69.725571.325241.5447
Yxy71.32520.38190.3906
Hunter Lab84.4542-0.425229.9521
CIE-Lab87.64284.206433.6341

#fad79c color RGB value is (250,215,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010111 10011100
Octal 372 327 234
Decimal 250 215 156
Hex FA D7 9C

RGB Percentages of Color #fad79c

%40.26
%34.62
%25.12

CMYK Percentages of Color #fad79c

%0
%14
%38
%2

Triadic Colors of #fad79c

#fad79c #9cfad7 #d79cfa

Analogous Colors of #fad79c

#fad79c #eefa9c #faa89c

Monochromatic Colors of #fad79c

#fad79c

Complementary Color

#fad79c #9cbffa

#fad79c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad79c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad79c Color CSS Codes

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

#fad79c Text Font Color

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

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


#fad79c Background Color

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

This div background color is #fad79c


#fad79c Border Color

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

This div border color is #fad79c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad79c


Comments

No comments written yet.

Please login to write comment.