Color Hex Logo

#fad96f Color Hex

#FAD96F
(250,217,111)
0 Favorites   0 Comments

Color spaces of #fad96f

RGB 250217111
HSL0.130.930.71
HSV46°56°98°
CMYK 0.000.130.56   0.02
XYZ67.106471.097425.2252
Yxy71.09740.41060.4350
Hunter Lab84.3193-5.497641.2861
CIE-Lab87.5323-1.036055.6692

#fad96f color RGB value is (250,217,111).

#fad96f hex color red value is 250, green value is 217 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fad96f hue: 0.13 , saturation: 0.93 and the lightness value of fad96f is 0.71.

The process color (four color CMYK) of #fad96f color hex is 0.00, 0.13, 0.56, 0.02. Web safe color of #fad96f is #ffcc66. Color #fad96f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011001 01101111
Octal 372 331 157
Decimal 250 217 111
Hex FA D9 6F

RGB Percentages of Color #fad96f

%43.25
%37.54
%19.20

CMYK Percentages of Color #fad96f

%0
%13
%56
%2

Triadic Colors of #fad96f

#fad96f #6ffad9 #d96ffa

Analogous Colors of #fad96f

#fad96f #d6fa6f #fa946f

Monochromatic Colors of #fad96f

#fad96f

Complementary Color

#fad96f #6f90fa

#fad96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad96f Color CSS Codes

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

#fad96f Text Font Color

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

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


#fad96f Background Color

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

This div background color is #fad96f


#fad96f Border Color

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

This div border color is #fad96f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad96f


Comments

No comments written yet.

Please login to write comment.