Color Hex Logo

#fad98a Color Hex

#FAD98A
(250,217,138)
0 Favorites   0 Comments

Color spaces of #fad98a

RGB 250217138
HSL0.120.920.76
HSV42°45°98°
CMYK 0.000.130.45   0.02
XYZ68.824671.784734.2731
Yxy71.78470.39350.4105
Hunter Lab84.7259-3.270935.3242
CIE-Lab87.86491.298543.0286

#fad98a color RGB value is (250,217,138).

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

The process color (four color CMYK) of #fad98a color hex is 0.00, 0.13, 0.45, 0.02. Web safe color of #fad98a is #ffcc99. Color #fad98a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011001 10001010
Octal 372 331 212
Decimal 250 217 138
Hex FA D9 8A

RGB Percentages of Color #fad98a

%41.32
%35.87
%22.81

CMYK Percentages of Color #fad98a

%0
%13
%45
%2

Triadic Colors of #fad98a

#fad98a #8afad9 #d98afa

Analogous Colors of #fad98a

#fad98a #e3fa8a #faa18a

Monochromatic Colors of #fad98a

#fad98a

Complementary Color

#fad98a #8aabfa

#fad98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad98a Color CSS Codes

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

#fad98a Text Font Color

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

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


#fad98a Background Color

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

This div background color is #fad98a


#fad98a Border Color

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

This div border color is #fad98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad98a


Comments

No comments written yet.

Please login to write comment.