Color Hex Logo

#fad985 Color Hex

#FAD985
(250,217,133)
0 Favorites   0 Comments

Color spaces of #fad985

RGB 250217133
HSL0.120.920.75
HSV43°47°98°
CMYK 0.000.130.47   0.02
XYZ68.470871.643232.4100
Yxy71.64320.39690.4153
Hunter Lab84.6423-3.727736.5472
CIE-Lab87.79660.822245.4222

#fad985 color RGB value is (250,217,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011001 10000101
Octal 372 331 205
Decimal 250 217 133
Hex FA D9 85

RGB Percentages of Color #fad985

%41.67
%36.17
%22.17

CMYK Percentages of Color #fad985

%0
%13
%47
%2

Triadic Colors of #fad985

#fad985 #85fad9 #d985fa

Analogous Colors of #fad985

#fad985 #e1fa85 #fa9f85

Monochromatic Colors of #fad985

#fad985

Complementary Color

#fad985 #85a6fa

#fad985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad985 Color CSS Codes

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

#fad985 Text Font Color

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

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


#fad985 Background Color

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

This div background color is #fad985


#fad985 Border Color

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

This div border color is #fad985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad985


Comments

No comments written yet.

Please login to write comment.