Color Hex Logo

#fad708 Color Hex

#FAD708
(250,215,8)
0 Favorites   0 Comments

Color spaces of #fad708

RGB 2502158
HSL0.140.960.51
HSV51°97°98°
CMYK 0.000.140.97   0.02
XYZ63.768668.942410.1760
Yxy68.94240.44630.4825
Hunter Lab83.0316-8.216550.8558
CIE-Lab86.4755-3.988485.9203

#fad708 color RGB value is (250,215,8).

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

The process color (four color CMYK) of #fad708 color hex is 0.00, 0.14, 0.97, 0.02. Web safe color of #fad708 is #ffcc00. Color #fad708 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010111 00001000
Octal 372 327 10
Decimal 250 215 8
Hex FA D7 8

RGB Percentages of Color #fad708

%52.85
%45.45
%1.69

CMYK Percentages of Color #fad708

%0
%14
%97
%2

Triadic Colors of #fad708

#fad708 #08fad7 #d708fa

Analogous Colors of #fad708

#fad708 #a4fa08 #fa5e08

Monochromatic Colors of #fad708

#fad708

Complementary Color

#fad708 #082bfa

#fad708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad708 Color CSS Codes

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

#fad708 Text Font Color

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

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


#fad708 Background Color

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

This div background color is #fad708


#fad708 Border Color

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

This div border color is #fad708


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad708


Comments

No comments written yet.

Please login to write comment.