Color Hex Logo

#fadf3f Color Hex

#FADF3F
(250,223,63)
0 Favorites   0 Comments

Color spaces of #fadf3f

RGB 25022363
HSL0.140.950.61
HSV51°75°98°
CMYK 0.000.110.75   0.02
XYZ66.709273.458215.3655
Yxy73.45820.42890.4723
Hunter Lab85.7078-11.056149.3660
CIE-Lab88.6658-6.801976.3323

#fadf3f color RGB value is (250,223,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 00111111
Octal 372 337 77
Decimal 250 223 63
Hex FA DF 3F

RGB Percentages of Color #fadf3f

%46.64
%41.60
%11.75

CMYK Percentages of Color #fadf3f

%0
%11
%75
%2

Triadic Colors of #fadf3f

#fadf3f #3ffadf #df3ffa

Analogous Colors of #fadf3f

#fadf3f #b8fa3f #fa823f

Monochromatic Colors of #fadf3f

#fadf3f

Complementary Color

#fadf3f #3f5afa

#fadf3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf3f Color CSS Codes

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

#fadf3f Text Font Color

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

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


#fadf3f Background Color

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

This div background color is #fadf3f


#fadf3f Border Color

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

This div border color is #fadf3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf3f

Related Colors


Comments

No comments written yet.

Please login to write comment.