Color Hex Logo

#fad81b Color Hex

#FAD81B
(250,216,27)
0 Favorites   0 Comments

Color spaces of #fad81b

RGB 25021627
HSL0.140.960.54
HSV51°89°98°
CMYK 0.000.140.89   0.02
XYZ64.178069.514911.0721
Yxy69.51490.44330.4802
Hunter Lab83.3756-8.507750.4893
CIE-Lab86.7584-4.273083.8184

#fad81b color RGB value is (250,216,27).

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

The process color (four color CMYK) of #fad81b color hex is 0.00, 0.14, 0.89, 0.02. Web safe color of #fad81b is #ffcc33. Color #fad81b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011000 00011011
Octal 372 330 33
Decimal 250 216 27
Hex FA D8 1B

RGB Percentages of Color #fad81b

%50.71
%43.81
%5.48

CMYK Percentages of Color #fad81b

%0
%14
%89
%2

Triadic Colors of #fad81b

#fad81b #1bfad8 #d81bfa

Analogous Colors of #fad81b

#fad81b #adfa1b #fa691b

Monochromatic Colors of #fad81b

#fad81b

Complementary Color

#fad81b #1b3dfa

#fad81b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad81b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad81b Color CSS Codes

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

#fad81b Text Font Color

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

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


#fad81b Background Color

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

This div background color is #fad81b


#fad81b Border Color

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

This div border color is #fad81b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad81b


Comments

No comments written yet.

Please login to write comment.