Color Hex Logo

#fad106 Color Hex

#FAD106
(250,209,6)
0 Favorites   0 Comments

Color spaces of #fad106

RGB 2502096
HSL0.140.960.50
HSV50°98°98°
CMYK 0.000.160.98   0.02
XYZ62.257765.93819.6183
Yxy65.93810.45180.4785
Hunter Lab81.2023-5.248249.8188
CIE-Lab84.9648-0.961585.0050

#fad106 color RGB value is (250,209,6).

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

The process color (four color CMYK) of #fad106 color hex is 0.00, 0.16, 0.98, 0.02. Web safe color of #fad106 is #ffcc00. Color #fad106 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010001 00000110
Octal 372 321 6
Decimal 250 209 6
Hex FA D1 6

RGB Percentages of Color #fad106

%53.76
%44.95
%1.29

CMYK Percentages of Color #fad106

%0
%16
%98
%2

Triadic Colors of #fad106

#fad106 #06fad1 #d106fa

Analogous Colors of #fad106

#fad106 #a9fa06 #fa5706

Monochromatic Colors of #fad106

#fad106

Complementary Color

#fad106 #062ffa

#fad106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad106 Color CSS Codes

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

#fad106 Text Font Color

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

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


#fad106 Background Color

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

This div background color is #fad106


#fad106 Border Color

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

This div border color is #fad106


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad106


Comments

No comments written yet.

Please login to write comment.