Color Hex Logo

#fad911 Color Hex

#FAD911
(250,217,17)
0 Favorites   0 Comments

Color spaces of #fad911

RGB 25021717
HSL0.140.960.52
HSV52°93°98°
CMYK 0.000.130.93   0.02
XYZ64.338469.990210.6488
Yxy69.99020.44380.4828
Hunter Lab83.6601-9.130851.0153
CIE-Lab86.9921-4.915085.4264

#fad911 color RGB value is (250,217,17).

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

The process color (four color CMYK) of #fad911 color hex is 0.00, 0.13, 0.93, 0.02. Web safe color of #fad911 is #ffcc00. Color #fad911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011001 00010001
Octal 372 331 21
Decimal 250 217 17
Hex FA D9 11

RGB Percentages of Color #fad911

%51.65
%44.83
%3.51

CMYK Percentages of Color #fad911

%0
%13
%93
%2

Triadic Colors of #fad911

#fad911 #11fad9 #d911fa

Analogous Colors of #fad911

#fad911 #a7fa11 #fa6511

Monochromatic Colors of #fad911

#fad911

Complementary Color

#fad911 #1132fa

#fad911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad911 Color CSS Codes

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

#fad911 Text Font Color

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

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


#fad911 Background Color

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

This div background color is #fad911


#fad911 Border Color

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

This div border color is #fad911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad911


Comments

No comments written yet.

Please login to write comment.