Color Hex Logo

#fadf16 Color Hex

#FADF16
(250,223,22)
1 Favorites   0 Comments

Color spaces of #fadf16

RGB 25022322
HSL0.150.960.53
HSV53°91°98°
CMYK 0.000.110.91   0.02
XYZ65.956873.157311.4035
Yxy73.15730.43820.4860
Hunter Lab85.5320-12.033451.9676
CIE-Lab88.5227-7.861985.9381

#fadf16 color RGB value is (250,223,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 00010110
Octal 372 337 26
Decimal 250 223 22
Hex FA DF 16

RGB Percentages of Color #fadf16

%50.51
%45.05
%4.44

CMYK Percentages of Color #fadf16

%0
%11
%91
%2

Triadic Colors of #fadf16

#fadf16 #16fadf #df16fa

Analogous Colors of #fadf16

#fadf16 #a3fa16 #fa6d16

Monochromatic Colors of #fadf16

#fadf16

Complementary Color

#fadf16 #1631fa

#fadf16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf16 Color CSS Codes

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

#fadf16 Text Font Color

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

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


#fadf16 Background Color

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

This div background color is #fadf16


#fadf16 Border Color

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

This div border color is #fadf16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf16


Comments

No comments written yet.

Please login to write comment.