Color Hex Logo

#fad80b Color Hex

#FAD80B
(250,216,11)
0 Favorites   0 Comments

Color spaces of #fad80b

RGB 25021611
HSL0.140.960.51
HSV51°96°98°
CMYK 0.000.140.96   0.02
XYZ64.040669.459910.3484
Yxy69.45990.44520.4829
Hunter Lab83.3426-8.689950.9780
CIE-Lab86.7313-4.469485.8516

#fad80b color RGB value is (250,216,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011000 00001011
Octal 372 330 13
Decimal 250 216 11
Hex FA D8 B

RGB Percentages of Color #fad80b

%52.41
%45.28
%2.31

CMYK Percentages of Color #fad80b

%0
%14
%96
%2

Triadic Colors of #fad80b

#fad80b #0bfad8 #d80bfa

Analogous Colors of #fad80b

#fad80b #a5fa0b #fa600b

Monochromatic Colors of #fad80b

#fad80b

Complementary Color

#fad80b #0b2dfa

#fad80b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad80b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad80b Color CSS Codes

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

#fad80b Text Font Color

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

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


#fad80b Background Color

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

This div background color is #fad80b


#fad80b Border Color

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

This div border color is #fad80b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad80b


Comments

No comments written yet.

Please login to write comment.