Color Hex Logo

#fad747 Color Hex

#FAD747
(250,215,71)
0 Favorites   0 Comments

Color spaces of #fad747

RGB 25021571
HSL0.130.950.63
HSV48°72°98°
CMYK 0.000.140.72   0.02
XYZ64.862169.379815.9343
Yxy69.37980.43190.4620
Hunter Lab83.2945-6.766146.9640
CIE-Lab86.6918-2.432871.6596

#fad747 color RGB value is (250,215,71).

#fad747 hex color red value is 250, green value is 215 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #fad747 hue: 0.13 , saturation: 0.95 and the lightness value of fad747 is 0.63.

The process color (four color CMYK) of #fad747 color hex is 0.00, 0.14, 0.72, 0.02. Web safe color of #fad747 is #ffcc33. Color #fad747 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010111 01000111
Octal 372 327 107
Decimal 250 215 71
Hex FA D7 47

RGB Percentages of Color #fad747

%46.64
%40.11
%13.25

CMYK Percentages of Color #fad747

%0
%14
%72
%2

Triadic Colors of #fad747

#fad747 #47fad7 #d747fa

Analogous Colors of #fad747

#fad747 #c4fa47 #fa7e47

Monochromatic Colors of #fad747

#fad747

Complementary Color

#fad747 #476afa

#fad747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad747 Color CSS Codes

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

#fad747 Text Font Color

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

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


#fad747 Background Color

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

This div background color is #fad747


#fad747 Border Color

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

This div border color is #fad747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad747


Comments

No comments written yet.

Please login to write comment.