Color Hex Logo

#fad97a Color Hex

#FAD97A
(250,217,122)
0 Favorites   0 Comments

Color spaces of #fad97a

RGB 250217122
HSL0.120.930.73
HSV45°51°98°
CMYK 0.000.130.51   0.02
XYZ67.750071.354828.6144
Yxy71.35480.40390.4254
Hunter Lab84.4718-4.660939.0460
CIE-Lab87.6571-0.155150.6125

#fad97a color RGB value is (250,217,122).

#fad97a hex color red value is 250, green value is 217 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fad97a hue: 0.12 , saturation: 0.93 and the lightness value of fad97a is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011001 01111010
Octal 372 331 172
Decimal 250 217 122
Hex FA D9 7A

RGB Percentages of Color #fad97a

%42.44
%36.84
%20.71

CMYK Percentages of Color #fad97a

%0
%13
%51
%2

Triadic Colors of #fad97a

#fad97a #7afad9 #d97afa

Analogous Colors of #fad97a

#fad97a #dbfa7a #fa997a

Monochromatic Colors of #fad97a

#fad97a

Complementary Color

#fad97a #7a9bfa

#fad97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad97a Color CSS Codes

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

#fad97a Text Font Color

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

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


#fad97a Background Color

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

This div background color is #fad97a


#fad97a Border Color

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

This div border color is #fad97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad97a


Comments

No comments written yet.

Please login to write comment.