Color Hex Logo

#fada56 Color Hex

#FADA56
(250,218,86)
0 Favorites   0 Comments

Color spaces of #fada56

RGB 25021886
HSL0.130.940.66
HSV48°66°98°
CMYK 0.000.130.66   0.02
XYZ66.175571.138719.0474
Yxy71.13870.42320.4550
Hunter Lab84.3438-7.551845.6511
CIE-Lab87.5524-3.190766.6836

#fada56 color RGB value is (250,218,86).

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

The process color (four color CMYK) of #fada56 color hex is 0.00, 0.13, 0.66, 0.02. Web safe color of #fada56 is #ffcc66. Color #fada56 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 01010110
Octal 372 332 126
Decimal 250 218 86
Hex FA DA 56

RGB Percentages of Color #fada56

%45.13
%39.35
%15.52

CMYK Percentages of Color #fada56

%0
%13
%66
%2

Triadic Colors of #fada56

#fada56 #56fada #da56fa

Analogous Colors of #fada56

#fada56 #c8fa56 #fa8856

Monochromatic Colors of #fada56

#fada56

Complementary Color

#fada56 #5676fa

#fada56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fada56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fada56 Color CSS Codes

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

#fada56 Text Font Color

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

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


#fada56 Background Color

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

This div background color is #fada56


#fada56 Border Color

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

This div border color is #fada56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fada56


Comments

No comments written yet.

Please login to write comment.