Color Hex Logo

#fadc1a Color Hex

#FADC1A
(250,220,26)
0 Favorites   0 Comments

Color spaces of #fadc1a

RGB 25022026
HSL0.140.960.54
HSV52°90°98°
CMYK 0.000.120.90   0.02
XYZ65.204071.585011.3579
Yxy71.58500.44010.4832
Hunter Lab84.6079-10.500951.2664
CIE-Lab87.7685-6.301584.7635

#fadc1a color RGB value is (250,220,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011100 00011010
Octal 372 334 32
Decimal 250 220 26
Hex FA DC 1A

RGB Percentages of Color #fadc1a

%50.40
%44.35
%5.24

CMYK Percentages of Color #fadc1a

%0
%12
%90
%2

Triadic Colors of #fadc1a

#fadc1a #1afadc #dc1afa

Analogous Colors of #fadc1a

#fadc1a #a8fa1a #fa6c1a

Monochromatic Colors of #fadc1a

#fadc1a

Complementary Color

#fadc1a #1a38fa

#fadc1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadc1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadc1a Color CSS Codes

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

#fadc1a Text Font Color

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

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


#fadc1a Background Color

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

This div background color is #fadc1a


#fadc1a Border Color

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

This div border color is #fadc1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadc1a

Related Colors


Comments

No comments written yet.

Please login to write comment.