Color Hex Logo

#fad704 Color Hex

#FAD704
(250,215,4)
0 Favorites   0 Comments

Color spaces of #fad704

RGB 2502154
HSL0.140.970.50
HSV51°98°98°
CMYK 0.000.140.98   0.02
XYZ63.746768.933610.0606
Yxy68.93360.44660.4829
Hunter Lab83.0263-8.245550.9340
CIE-Lab86.4712-4.019786.2572

#fad704 color RGB value is (250,215,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010111 00000100
Octal 372 327 4
Decimal 250 215 4
Hex FA D7 4

RGB Percentages of Color #fad704

%53.30
%45.84
%0.85

CMYK Percentages of Color #fad704

%0
%14
%98
%2

Triadic Colors of #fad704

#fad704 #04fad7 #d704fa

Analogous Colors of #fad704

#fad704 #a2fa04 #fa5c04

Monochromatic Colors of #fad704

#fad704

Complementary Color

#fad704 #0427fa

#fad704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad704 Color CSS Codes

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

#fad704 Text Font Color

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

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


#fad704 Background Color

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

This div background color is #fad704


#fad704 Border Color

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

This div border color is #fad704


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad704


Comments

No comments written yet.

Please login to write comment.