Color Hex Logo

#fad85f Color Hex

#FAD85F
(250,216,95)
0 Favorites   0 Comments

Color spaces of #fad85f

RGB 25021695
HSL0.130.940.68
HSV47°62°98°
CMYK 0.000.140.62   0.02
XYZ66.045870.262020.9074
Yxy70.26200.42010.4469
Hunter Lab83.8224-6.044643.8873
CIE-Lab87.1252-1.639362.4187

#fad85f color RGB value is (250,216,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011000 01011111
Octal 372 330 137
Decimal 250 216 95
Hex FA D8 5F

RGB Percentages of Color #fad85f

%44.56
%38.50
%16.93

CMYK Percentages of Color #fad85f

%0
%14
%62
%2

Triadic Colors of #fad85f

#fad85f #5ffad8 #d85ffa

Analogous Colors of #fad85f

#fad85f #cffa5f #fa8b5f

Monochromatic Colors of #fad85f

#fad85f

Complementary Color

#fad85f #5f81fa

#fad85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad85f Color CSS Codes

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

#fad85f Text Font Color

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

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


#fad85f Background Color

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

This div background color is #fad85f


#fad85f Border Color

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

This div border color is #fad85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad85f


Comments

No comments written yet.

Please login to write comment.