Color Hex Logo

#fad15b Color Hex

#FAD15B
(250,209,91)
0 Favorites   0 Comments

Color spaces of #fad15b

RGB 25020991
HSL0.120.940.67
HSV45°64°98°
CMYK 0.000.160.64   0.02
XYZ64.113166.680319.3890
Yxy66.68030.42690.4440
Hunter Lab81.6580-2.753743.0827
CIE-Lab85.34221.683262.2083

#fad15b color RGB value is (250,209,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010001 01011011
Octal 372 321 133
Decimal 250 209 91
Hex FA D1 5B

RGB Percentages of Color #fad15b

%45.45
%38.00
%16.55

CMYK Percentages of Color #fad15b

%0
%16
%64
%2

Triadic Colors of #fad15b

#fad15b #5bfad1 #d15bfa

Analogous Colors of #fad15b

#fad15b #d4fa5b #fa825b

Monochromatic Colors of #fad15b

#fad15b

Complementary Color

#fad15b #5b84fa

#fad15b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad15b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad15b Color CSS Codes

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

#fad15b Text Font Color

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

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


#fad15b Background Color

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

This div background color is #fad15b


#fad15b Border Color

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

This div border color is #fad15b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,209,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 #fad15b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad15b


Comments

No comments written yet.

Please login to write comment.