Color Hex Logo

#fadc1f Color Hex

#FADC1F
(250,220,31)
0 Favorites   0 Comments

Color spaces of #fadc1f

RGB 25022031
HSL0.140.960.55
HSV52°88°98°
CMYK 0.000.120.88   0.02
XYZ65.264971.609311.6785
Yxy71.60930.43930.4820
Hunter Lab84.6223-10.420951.0531
CIE-Lab87.7802-6.214883.9061

#fadc1f color RGB value is (250,220,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011100 00011111
Octal 372 334 37
Decimal 250 220 31
Hex FA DC 1F

RGB Percentages of Color #fadc1f

%49.90
%43.91
%6.19

CMYK Percentages of Color #fadc1f

%0
%12
%88
%2

Triadic Colors of #fadc1f

#fadc1f #1ffadc #dc1ffa

Analogous Colors of #fadc1f

#fadc1f #abfa1f #fa6f1f

Monochromatic Colors of #fadc1f

#fadc1f

Complementary Color

#fadc1f #1f3dfa

#fadc1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadc1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadc1f Color CSS Codes

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

#fadc1f Text Font Color

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

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


#fadc1f Background Color

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

This div background color is #fadc1f


#fadc1f Border Color

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

This div border color is #fadc1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadc1f


Comments

No comments written yet.

Please login to write comment.