Color Hex Logo

#fadc57 Color Hex

#FADC57
(250,220,87)
0 Favorites   0 Comments

Color spaces of #fadc57

RGB 25022087
HSL0.140.940.66
HSV49°65°98°
CMYK 0.000.120.65   0.02
XYZ66.737872.198519.4351
Yxy72.19850.42140.4559
Hunter Lab84.9697-8.497645.9174
CIE-Lab88.0640-4.144766.8120

#fadc57 color RGB value is (250,220,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011100 01010111
Octal 372 334 127
Decimal 250 220 87
Hex FA DC 57

RGB Percentages of Color #fadc57

%44.88
%39.50
%15.62

CMYK Percentages of Color #fadc57

%0
%12
%65
%2

Triadic Colors of #fadc57

#fadc57 #57fadc #dc57fa

Analogous Colors of #fadc57

#fadc57 #c7fa57 #fa8b57

Monochromatic Colors of #fadc57

#fadc57

Complementary Color

#fadc57 #5775fa

#fadc57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadc57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadc57 Color CSS Codes

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

#fadc57 Text Font Color

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

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


#fadc57 Background Color

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

This div background color is #fadc57


#fadc57 Border Color

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

This div border color is #fadc57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadc57

Related Colors

#fadc57 Color Palettes


Comments

No comments written yet.

Please login to write comment.