Color Hex Logo

#fadc61 Color Hex

#FADC61
(250,220,97)
0 Favorites   0 Comments

Color spaces of #fadc61

RGB 25022097
HSL0.130.940.68
HSV48°61°98°
CMYK 0.000.120.61   0.02
XYZ67.175272.373521.7382
Yxy72.37350.41650.4487
Hunter Lab85.0726-7.929644.4007
CIE-Lab88.1481-3.538062.6737

#fadc61 color RGB value is (250,220,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011100 01100001
Octal 372 334 141
Decimal 250 220 97
Hex FA DC 61

RGB Percentages of Color #fadc61

%44.09
%38.80
%17.11

CMYK Percentages of Color #fadc61

%0
%12
%61
%2

Triadic Colors of #fadc61

#fadc61 #61fadc #dc61fa

Analogous Colors of #fadc61

#fadc61 #ccfa61 #fa9061

Monochromatic Colors of #fadc61

#fadc61

Complementary Color

#fadc61 #617ffa

#fadc61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadc61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadc61 Color CSS Codes

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

#fadc61 Text Font Color

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

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


#fadc61 Background Color

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

This div background color is #fadc61


#fadc61 Border Color

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

This div border color is #fadc61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadc61

Related Colors


Comments

No comments written yet.

Please login to write comment.