Color Hex Logo

#fadc5b Color Hex

#FADC5B
(250,220,91)
0 Favorites   0 Comments

Color spaces of #fadc5b

RGB 25022091
HSL0.140.940.67
HSV49°64°98°
CMYK 0.000.120.64   0.02
XYZ66.905972.265720.3199
Yxy72.26570.41950.4531
Hunter Lab85.0092-8.279045.3343
CIE-Lab88.0963-3.911065.1841

#fadc5b color RGB value is (250,220,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011100 01011011
Octal 372 334 133
Decimal 250 220 91
Hex FA DC 5B

RGB Percentages of Color #fadc5b

%44.56
%39.22
%16.22

CMYK Percentages of Color #fadc5b

%0
%12
%64
%2

Triadic Colors of #fadc5b

#fadc5b #5bfadc #dc5bfa

Analogous Colors of #fadc5b

#fadc5b #c9fa5b #fa8d5b

Monochromatic Colors of #fadc5b

#fadc5b

Complementary Color

#fadc5b #5b79fa

#fadc5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadc5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadc5b Color CSS Codes

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

#fadc5b Text Font Color

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

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


#fadc5b Background Color

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

This div background color is #fadc5b


#fadc5b Border Color

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

This div border color is #fadc5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadc5b

#fadc5b Color Palettes


Comments

No comments written yet.

Please login to write comment.