Color Hex Logo

#fad981 Color Hex

#FAD981
(250,217,129)
2 Favorites   0 Comments

Color spaces of #fad981

RGB 250217129
HSL0.120.920.74
HSV44°48°98°
CMYK 0.000.130.48   0.02
XYZ68.199671.534730.9819
Yxy71.53470.39950.4190
Hunter Lab84.5782-4.078437.4862
CIE-Lab87.74410.455647.3227

#fad981 color RGB value is (250,217,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011001 10000001
Octal 372 331 201
Decimal 250 217 129
Hex FA D9 81

RGB Percentages of Color #fad981

%41.95
%36.41
%21.64

CMYK Percentages of Color #fad981

%0
%13
%48
%2

Triadic Colors of #fad981

#fad981 #81fad9 #d981fa

Analogous Colors of #fad981

#fad981 #dffa81 #fa9d81

Monochromatic Colors of #fad981

#fad981

Complementary Color

#fad981 #81a2fa

#fad981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad981 Color CSS Codes

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

#fad981 Text Font Color

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

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


#fad981 Background Color

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

This div background color is #fad981


#fad981 Border Color

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

This div border color is #fad981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad981


Comments

No comments written yet.

Please login to write comment.