Color Hex Logo

#fad85d Color Hex

#FAD85D
(250,216,93)
0 Favorites   0 Comments

Color spaces of #fad85d

RGB 25021693
HSL0.130.940.67
HSV47°63°98°
CMYK 0.000.140.63   0.02
XYZ65.956070.226020.4347
Yxy70.22600.42110.4484
Hunter Lab83.8010-6.162344.2029
CIE-Lab87.1076-1.764163.2645

#fad85d color RGB value is (250,216,93).

#fad85d hex color red value is 250, green value is 216 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fad85d hue: 0.13 , saturation: 0.94 and the lightness value of fad85d is 0.67.

The process color (four color CMYK) of #fad85d color hex is 0.00, 0.14, 0.63, 0.02. Web safe color of #fad85d is #ffcc66. Color #fad85d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011000 01011101
Octal 372 330 135
Decimal 250 216 93
Hex FA D8 5D

RGB Percentages of Color #fad85d

%44.72
%38.64
%16.64

CMYK Percentages of Color #fad85d

%0
%14
%63
%2

Triadic Colors of #fad85d

#fad85d #5dfad8 #d85dfa

Analogous Colors of #fad85d

#fad85d #cefa5d #fa8a5d

Monochromatic Colors of #fad85d

#fad85d

Complementary Color

#fad85d #5d7ffa

#fad85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad85d Color CSS Codes

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

#fad85d Text Font Color

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

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


#fad85d Background Color

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

This div background color is #fad85d


#fad85d Border Color

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

This div border color is #fad85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad85d

Related Colors

#fad85d Color Palettes


Comments

No comments written yet.

Please login to write comment.