Color Hex Logo

#fad93a Color Hex

#FAD93A
(250,217,58)
0 Favorites   0 Comments

Color spaces of #fad93a

RGB 25021758
HSL0.140.950.60
HSV50°77°98°
CMYK 0.000.130.77   0.02
XYZ65.000970.255214.1377
Yxy70.25520.43510.4703
Hunter Lab83.8184-8.255948.6724
CIE-Lab87.1219-3.972976.5212

#fad93a color RGB value is (250,217,58).

#fad93a hex color red value is 250, green value is 217 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fad93a hue: 0.14 , saturation: 0.95 and the lightness value of fad93a is 0.60.

The process color (four color CMYK) of #fad93a color hex is 0.00, 0.13, 0.77, 0.02. Web safe color of #fad93a is #ffcc33. Color #fad93a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011001 00111010
Octal 372 331 72
Decimal 250 217 58
Hex FA D9 3A

RGB Percentages of Color #fad93a

%47.62
%41.33
%11.05

CMYK Percentages of Color #fad93a

%0
%13
%77
%2

Triadic Colors of #fad93a

#fad93a #3afad9 #d93afa

Analogous Colors of #fad93a

#fad93a #bbfa3a #fa793a

Monochromatic Colors of #fad93a

#fad93a

Complementary Color

#fad93a #3a5bfa

#fad93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad93a Color CSS Codes

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

#fad93a Text Font Color

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

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


#fad93a Background Color

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

This div background color is #fad93a


#fad93a Border Color

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

This div border color is #fad93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad93a


Comments

No comments written yet.

Please login to write comment.