Color Hex Logo

#fad04f Color Hex

#FAD04F
(250,208,79)
0 Favorites   0 Comments

Color spaces of #fad04f

RGB 25020879
HSL0.130.940.65
HSV45°68°98°
CMYK 0.000.170.68   0.02
XYZ63.391566.000316.7954
Yxy66.00030.43360.4515
Hunter Lab81.2406-2.888644.6110
CIE-Lab84.99661.521866.8715

#fad04f color RGB value is (250,208,79).

#fad04f hex color red value is 250, green value is 208 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #fad04f hue: 0.13 , saturation: 0.94 and the lightness value of fad04f is 0.65.

The process color (four color CMYK) of #fad04f color hex is 0.00, 0.17, 0.68, 0.02. Web safe color of #fad04f is #ffcc66. Color #fad04f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010000 01001111
Octal 372 320 117
Decimal 250 208 79
Hex FA D0 4F

RGB Percentages of Color #fad04f

%46.55
%38.73
%14.71

CMYK Percentages of Color #fad04f

%0
%17
%68
%2

Triadic Colors of #fad04f

#fad04f #4ffad0 #d04ffa

Analogous Colors of #fad04f

#fad04f #cffa4f #fa7b4f

Monochromatic Colors of #fad04f

#fad04f

Complementary Color

#fad04f #4f79fa

#fad04f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad04f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad04f Color CSS Codes

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

#fad04f Text Font Color

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

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


#fad04f Background Color

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

This div background color is #fad04f


#fad04f Border Color

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

This div border color is #fad04f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad04f

Related Colors


Comments

No comments written yet.

Please login to write comment.