Color Hex Logo

#fada6f Color Hex

#FADA6F
(250,218,111)
0 Favorites   0 Comments

Color spaces of #fada6f

RGB 250218111
HSL0.130.930.71
HSV46°56°98°
CMYK 0.000.130.56   0.02
XYZ67.365071.614525.3114
Yxy71.61450.41000.4359
Hunter Lab84.6254-6.001641.5041
CIE-Lab87.7827-1.544155.9611

#fada6f color RGB value is (250,218,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 01101111
Octal 372 332 157
Decimal 250 218 111
Hex FA DA 6F

RGB Percentages of Color #fada6f

%43.18
%37.65
%19.17

CMYK Percentages of Color #fada6f

%0
%13
%56
%2

Triadic Colors of #fada6f

#fada6f #6ffada #da6ffa

Analogous Colors of #fada6f

#fada6f #d5fa6f #fa956f

Monochromatic Colors of #fada6f

#fada6f

Complementary Color

#fada6f #6f8ffa

#fada6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fada6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fada6f Color CSS Codes

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

#fada6f Text Font Color

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

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


#fada6f Background Color

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

This div background color is #fada6f


#fada6f Border Color

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

This div border color is #fada6f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,218,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 #fada6f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fada6f


Comments

No comments written yet.

Please login to write comment.