Color Hex Logo

#fad31f Color Hex

#FAD31F
(250,211,31)
0 Favorites   0 Comments

Color spaces of #fad31f

RGB 25021131
HSL0.140.960.55
HSV49°88°98°
CMYK 0.000.160.88   0.02
XYZ62.965967.011510.9122
Yxy67.01150.44690.4756
Hunter Lab81.8606-5.956549.3989
CIE-Lab85.5098-1.670082.1172

#fad31f color RGB value is (250,211,31).

#fad31f hex color red value is 250, green value is 211 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fad31f hue: 0.14 , saturation: 0.96 and the lightness value of fad31f is 0.55.

The process color (four color CMYK) of #fad31f color hex is 0.00, 0.16, 0.88, 0.02. Web safe color of #fad31f is #ffcc33. Color #fad31f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010011 00011111
Octal 372 323 37
Decimal 250 211 31
Hex FA D3 1F

RGB Percentages of Color #fad31f

%50.81
%42.89
%6.30

CMYK Percentages of Color #fad31f

%0
%16
%88
%2

Triadic Colors of #fad31f

#fad31f #1ffad3 #d31ffa

Analogous Colors of #fad31f

#fad31f #b4fa1f #fa661f

Monochromatic Colors of #fad31f

#fad31f

Complementary Color

#fad31f #1f46fa

#fad31f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad31f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad31f Color CSS Codes

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

#fad31f Text Font Color

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

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


#fad31f Background Color

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

This div background color is #fad31f


#fad31f Border Color

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

This div border color is #fad31f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad31f


Comments

No comments written yet.

Please login to write comment.