Color Hex Logo

#fadf1f Color Hex

#FADF1F
(250,223,31)
0 Favorites   0 Comments

Color spaces of #fadf1f

RGB 25022331
HSL0.150.960.55
HSV53°88°98°
CMYK 0.000.110.88   0.02
XYZ66.059373.198311.9433
Yxy73.19830.43690.4841
Hunter Lab85.5560-11.900051.6125
CIE-Lab88.5422-7.716984.5071

#fadf1f color RGB value is (250,223,31).

#fadf1f hex color red value is 250, green value is 223 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fadf1f hue: 0.15 , saturation: 0.96 and the lightness value of fadf1f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 00011111
Octal 372 337 37
Decimal 250 223 31
Hex FA DF 1F

RGB Percentages of Color #fadf1f

%49.60
%44.25
%6.15

CMYK Percentages of Color #fadf1f

%0
%11
%88
%2

Triadic Colors of #fadf1f

#fadf1f #1ffadf #df1ffa

Analogous Colors of #fadf1f

#fadf1f #a8fa1f #fa721f

Monochromatic Colors of #fadf1f

#fadf1f

Complementary Color

#fadf1f #1f3afa

#fadf1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf1f Color CSS Codes

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

#fadf1f Text Font Color

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

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


#fadf1f Background Color

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

This div background color is #fadf1f


#fadf1f Border Color

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

This div border color is #fadf1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf1f


Comments

No comments written yet.

Please login to write comment.