Color Hex Logo

#fad811 Color Hex

#FAD811
(250,216,17)
0 Favorites   0 Comments

Color spaces of #fad811

RGB 25021617
HSL0.140.960.52
HSV51°93°98°
CMYK 0.000.140.93   0.02
XYZ64.081469.476210.5631
Yxy69.47620.44460.4821
Hunter Lab83.3524-8.635750.8330
CIE-Lab86.7393-4.410985.2385

#fad811 color RGB value is (250,216,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011000 00010001
Octal 372 330 21
Decimal 250 216 17
Hex FA D8 11

RGB Percentages of Color #fad811

%51.76
%44.72
%3.52

CMYK Percentages of Color #fad811

%0
%14
%93
%2

Triadic Colors of #fad811

#fad811 #11fad8 #d811fa

Analogous Colors of #fad811

#fad811 #a8fa11 #fa6311

Monochromatic Colors of #fad811

#fad811

Complementary Color

#fad811 #1133fa

#fad811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad811 Color CSS Codes

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

#fad811 Text Font Color

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

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


#fad811 Background Color

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

This div background color is #fad811


#fad811 Border Color

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

This div border color is #fad811


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad811


Comments

No comments written yet.

Please login to write comment.