Color Hex Logo

#fadc16 Color Hex

#FADC16
(250,220,22)
0 Favorites   0 Comments

Color spaces of #fadc16

RGB 25022022
HSL0.140.960.53
HSV52°91°98°
CMYK 0.000.120.91   0.02
XYZ65.162471.568311.1387
Yxy71.56830.44070.4840
Hunter Lab84.5980-10.555451.4121
CIE-Lab87.7604-6.360585.3592

#fadc16 color RGB value is (250,220,22).

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

The process color (four color CMYK) of #fadc16 color hex is 0.00, 0.12, 0.91, 0.02. Web safe color of #fadc16 is #ffcc00. Color #fadc16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011100 00010110
Octal 372 334 26
Decimal 250 220 22
Hex FA DC 16

RGB Percentages of Color #fadc16

%50.81
%44.72
%4.47

CMYK Percentages of Color #fadc16

%0
%12
%91
%2

Triadic Colors of #fadc16

#fadc16 #16fadc #dc16fa

Analogous Colors of #fadc16

#fadc16 #a6fa16 #fa6a16

Monochromatic Colors of #fadc16

#fadc16

Complementary Color

#fadc16 #1634fa

#fadc16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadc16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadc16 Color CSS Codes

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

#fadc16 Text Font Color

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

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


#fadc16 Background Color

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

This div background color is #fadc16


#fadc16 Border Color

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

This div border color is #fadc16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadc16

Related Colors


Comments

No comments written yet.

Please login to write comment.