Color Hex Logo

#fadf3e Color Hex

#FADF3E
(250,223,62)
0 Favorites   0 Comments

Color spaces of #fadf3e

RGB 25022362
HSL0.140.950.61
HSV51°75°98°
CMYK 0.000.110.75   0.02
XYZ66.681573.447115.2197
Yxy73.44710.42920.4728
Hunter Lab85.7013-11.092049.4616
CIE-Lab88.6605-6.840676.6536

#fadf3e color RGB value is (250,223,62).

#fadf3e hex color red value is 250, green value is 223 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fadf3e hue: 0.14 , saturation: 0.95 and the lightness value of fadf3e is 0.61.

The process color (four color CMYK) of #fadf3e color hex is 0.00, 0.11, 0.75, 0.02. Web safe color of #fadf3e is #ffcc33. Color #fadf3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 00111110
Octal 372 337 76
Decimal 250 223 62
Hex FA DF 3E

RGB Percentages of Color #fadf3e

%46.73
%41.68
%11.59

CMYK Percentages of Color #fadf3e

%0
%11
%75
%2

Triadic Colors of #fadf3e

#fadf3e #3efadf #df3efa

Analogous Colors of #fadf3e

#fadf3e #b7fa3e #fa813e

Monochromatic Colors of #fadf3e

#fadf3e

Complementary Color

#fadf3e #3e59fa

#fadf3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf3e Color CSS Codes

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

#fadf3e Text Font Color

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

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


#fadf3e Background Color

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

This div background color is #fadf3e


#fadf3e Border Color

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

This div border color is #fadf3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf3e


Comments

No comments written yet.

Please login to write comment.