Color Hex Logo

#fad56e Color Hex

#FAD56E
(250,213,110)
0 Favorites   0 Comments

Color spaces of #fad56e

RGB 250213110
HSL0.120.930.71
HSV44°56°98°
CMYK 0.000.150.56   0.02
XYZ66.033169.038324.5973
Yxy69.03830.41360.4324
Hunter Lab83.0893-3.547940.6106
CIE-Lab86.52300.928054.9568

#fad56e color RGB value is (250,213,110).

#fad56e hex color red value is 250, green value is 213 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fad56e hue: 0.12 , saturation: 0.93 and the lightness value of fad56e is 0.71.

The process color (four color CMYK) of #fad56e color hex is 0.00, 0.15, 0.56, 0.02. Web safe color of #fad56e is #ffcc66. Color #fad56e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010101 01101110
Octal 372 325 156
Decimal 250 213 110
Hex FA D5 6E

RGB Percentages of Color #fad56e

%43.63
%37.17
%19.20

CMYK Percentages of Color #fad56e

%0
%15
%56
%2

Triadic Colors of #fad56e

#fad56e #6efad5 #d56efa

Analogous Colors of #fad56e

#fad56e #d9fa6e #fa8f6e

Monochromatic Colors of #fad56e

#fad56e

Complementary Color

#fad56e #6e93fa

#fad56e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad56e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad56e Color CSS Codes

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

#fad56e Text Font Color

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

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


#fad56e Background Color

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

This div background color is #fad56e


#fad56e Border Color

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

This div border color is #fad56e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad56e


Comments

No comments written yet.

Please login to write comment.