Color Hex Logo

#fadc3a Color Hex

#FADC3A
(250,220,58)
0 Favorites   0 Comments

Color spaces of #fadc3a

RGB 25022058
HSL0.140.950.60
HSV51°77°98°
CMYK 0.000.120.77   0.02
XYZ65.781371.815914.3978
Yxy71.81590.43280.4725
Hunter Lab84.7443-9.744949.2478
CIE-Lab87.8799-5.484377.2108

#fadc3a color RGB value is (250,220,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011100 00111010
Octal 372 334 72
Decimal 250 220 58
Hex FA DC 3A

RGB Percentages of Color #fadc3a

%47.35
%41.67
%10.98

CMYK Percentages of Color #fadc3a

%0
%12
%77
%2

Triadic Colors of #fadc3a

#fadc3a #3afadc #dc3afa

Analogous Colors of #fadc3a

#fadc3a #b8fa3a #fa7c3a

Monochromatic Colors of #fadc3a

#fadc3a

Complementary Color

#fadc3a #3a58fa

#fadc3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadc3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadc3a Color CSS Codes

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

#fadc3a Text Font Color

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

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


#fadc3a Background Color

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

This div background color is #fadc3a


#fadc3a Border Color

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

This div border color is #fadc3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadc3a

Related Colors


Comments

No comments written yet.

Please login to write comment.