Color Hex Logo

#fadc59 Color Hex

#FADC59
(250,220,89)
0 Favorites   0 Comments

Color spaces of #fadc59

RGB 25022089
HSL0.140.940.66
HSV49°64°98°
CMYK 0.000.120.64   0.02
XYZ66.820772.231719.8715
Yxy72.23170.42050.4545
Hunter Lab84.9892-8.389945.6298
CIE-Lab88.0800-4.029566.0029

#fadc59 color RGB value is (250,220,89).

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

The process color (four color CMYK) of #fadc59 color hex is 0.00, 0.12, 0.64, 0.02. Web safe color of #fadc59 is #ffcc66. Color #fadc59 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011100 01011001
Octal 372 334 131
Decimal 250 220 89
Hex FA DC 59

RGB Percentages of Color #fadc59

%44.72
%39.36
%15.92

CMYK Percentages of Color #fadc59

%0
%12
%64
%2

Triadic Colors of #fadc59

#fadc59 #59fadc #dc59fa

Analogous Colors of #fadc59

#fadc59 #c8fa59 #fa8c59

Monochromatic Colors of #fadc59

#fadc59

Complementary Color

#fadc59 #5977fa

#fadc59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadc59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadc59 Color CSS Codes

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

#fadc59 Text Font Color

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

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


#fadc59 Background Color

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

This div background color is #fadc59


#fadc59 Border Color

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

This div border color is #fadc59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadc59


Comments

No comments written yet.

Please login to write comment.