Color Hex Logo

#fad987 Color Hex

#FAD987
(250,217,135)
0 Favorites   0 Comments

Color spaces of #fad987

RGB 250217135
HSL0.120.920.75
HSV43°46°98°
CMYK 0.000.130.46   0.02
XYZ68.610471.699033.1448
Yxy71.69900.39560.4134
Hunter Lab84.6753-3.547336.0645
CIE-Lab87.82351.010444.4670

#fad987 color RGB value is (250,217,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011001 10000111
Octal 372 331 207
Decimal 250 217 135
Hex FA D9 87

RGB Percentages of Color #fad987

%41.53
%36.05
%22.43

CMYK Percentages of Color #fad987

%0
%13
%46
%2

Triadic Colors of #fad987

#fad987 #87fad9 #d987fa

Analogous Colors of #fad987

#fad987 #e2fa87 #faa087

Monochromatic Colors of #fad987

#fad987

Complementary Color

#fad987 #87a8fa

#fad987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad987 Color CSS Codes

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

#fad987 Text Font Color

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

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


#fad987 Background Color

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

This div background color is #fad987


#fad987 Border Color

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

This div border color is #fad987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad987


Comments

No comments written yet.

Please login to write comment.