Color Hex Logo

#fad56a Color Hex

#FAD56A
(250,213,106)
1 Favorites   0 Comments

Color spaces of #fad56a

RGB 250213106
HSL0.120.940.70
HSV45°58°98°
CMYK 0.000.150.58   0.02
XYZ65.820168.953123.4759
Yxy68.95310.41590.4357
Hunter Lab83.0380-3.828441.3646
CIE-Lab86.48080.633256.7640

#fad56a color RGB value is (250,213,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010101 01101010
Octal 372 325 152
Decimal 250 213 106
Hex FA D5 6A

RGB Percentages of Color #fad56a

%43.94
%37.43
%18.63

CMYK Percentages of Color #fad56a

%0
%15
%58
%2

Triadic Colors of #fad56a

#fad56a #6afad5 #d56afa

Analogous Colors of #fad56a

#fad56a #d7fa6a #fa8d6a

Monochromatic Colors of #fad56a

#fad56a

Complementary Color

#fad56a #6a8ffa

#fad56a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad56a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad56a Color CSS Codes

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

#fad56a Text Font Color

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

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


#fad56a Background Color

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

This div background color is #fad56a


#fad56a Border Color

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

This div border color is #fad56a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad56a


Comments

No comments written yet.

Please login to write comment.