Color Hex Logo

#fadf6f Color Hex

#FADF6F
(250,223,111)
1 Favorites   0 Comments

Color spaces of #fadf6f

RGB 250223111
HSL0.130.930.71
HSV48°56°98°
CMYK 0.000.110.56   0.02
XYZ68.681374.247025.7501
Yxy74.24700.40720.4402
Hunter Lab86.1667-8.513942.5984
CIE-Lab89.0391-4.074757.4209

#fadf6f color RGB value is (250,223,111).

#fadf6f hex color red value is 250, green value is 223 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fadf6f hue: 0.13 , saturation: 0.93 and the lightness value of fadf6f is 0.71.

The process color (four color CMYK) of #fadf6f color hex is 0.00, 0.11, 0.56, 0.02. Web safe color of #fadf6f is #ffcc66. Color #fadf6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 01101111
Octal 372 337 157
Decimal 250 223 111
Hex FA DF 6F

RGB Percentages of Color #fadf6f

%42.81
%38.18
%19.01

CMYK Percentages of Color #fadf6f

%0
%11
%56
%2

Triadic Colors of #fadf6f

#fadf6f #6ffadf #df6ffa

Analogous Colors of #fadf6f

#fadf6f #d0fa6f #fa9a6f

Monochromatic Colors of #fadf6f

#fadf6f

Complementary Color

#fadf6f #6f8afa

#fadf6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf6f Color CSS Codes

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

#fadf6f Text Font Color

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

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


#fadf6f Background Color

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

This div background color is #fadf6f


#fadf6f Border Color

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

This div border color is #fadf6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf6f


Comments

No comments written yet.

Please login to write comment.