Color Hex Logo

#fad84c Color Hex

#FAD84C
(250,216,76)
0 Favorites   0 Comments

Color spaces of #fad84c

RGB 25021676
HSL0.130.950.64
HSV48°70°98°
CMYK 0.000.140.70   0.02
XYZ65.284769.957516.8998
Yxy69.95750.42910.4598
Hunter Lab83.6406-7.044946.5687
CIE-Lab86.9760-2.704070.0625

#fad84c color RGB value is (250,216,76).

#fad84c hex color red value is 250, green value is 216 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #fad84c hue: 0.13 , saturation: 0.95 and the lightness value of fad84c is 0.64.

The process color (four color CMYK) of #fad84c color hex is 0.00, 0.14, 0.70, 0.02. Web safe color of #fad84c is #ffcc33. Color #fad84c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011000 01001100
Octal 372 330 114
Decimal 250 216 76
Hex FA D8 4C

RGB Percentages of Color #fad84c

%46.13
%39.85
%14.02

CMYK Percentages of Color #fad84c

%0
%14
%70
%2

Triadic Colors of #fad84c

#fad84c #4cfad8 #d84cfa

Analogous Colors of #fad84c

#fad84c #c5fa4c #fa814c

Monochromatic Colors of #fad84c

#fad84c

Complementary Color

#fad84c #4c6efa

#fad84c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad84c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad84c Color CSS Codes

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

#fad84c Text Font Color

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

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


#fad84c Background Color

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

This div background color is #fad84c


#fad84c Border Color

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

This div border color is #fad84c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad84c


Comments

No comments written yet.

Please login to write comment.