Color Hex Logo

#fad76f Color Hex

#FAD76F
(250,215,111)
0 Favorites   0 Comments

Color spaces of #fad76f

RGB 250215111
HSL0.120.930.71
HSV45°56°98°
CMYK 0.000.140.56   0.02
XYZ66.594070.072625.0544
Yxy70.07260.41180.4333
Hunter Lab83.7094-4.487940.8509
CIE-Lab87.0325-0.017655.0852

#fad76f color RGB value is (250,215,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010111 01101111
Octal 372 327 157
Decimal 250 215 111
Hex FA D7 6F

RGB Percentages of Color #fad76f

%43.40
%37.33
%19.27

CMYK Percentages of Color #fad76f

%0
%14
%56
%2

Triadic Colors of #fad76f

#fad76f #6ffad7 #d76ffa

Analogous Colors of #fad76f

#fad76f #d8fa6f #fa926f

Monochromatic Colors of #fad76f

#fad76f

Complementary Color

#fad76f #6f92fa

#fad76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad76f Color CSS Codes

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

#fad76f Text Font Color

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

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


#fad76f Background Color

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

This div background color is #fad76f


#fad76f Border Color

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

This div border color is #fad76f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad76f


Comments

No comments written yet.

Please login to write comment.