Color Hex Logo

#fad90b Color Hex

#FAD90B
(250,217,11)
0 Favorites   0 Comments

Color spaces of #fad90b

RGB 25021711
HSL0.140.960.51
HSV52°96°98°
CMYK 0.000.130.96   0.02
XYZ64.297669.973910.4341
Yxy69.97390.44430.4836
Hunter Lab83.6504-9.184851.1598
CIE-Lab86.9841-4.973486.0361

#fad90b color RGB value is (250,217,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011001 00001011
Octal 372 331 13
Decimal 250 217 11
Hex FA D9 B

RGB Percentages of Color #fad90b

%52.30
%45.40
%2.30

CMYK Percentages of Color #fad90b

%0
%13
%96
%2

Triadic Colors of #fad90b

#fad90b #0bfad9 #d90bfa

Analogous Colors of #fad90b

#fad90b #a4fa0b #fa620b

Monochromatic Colors of #fad90b

#fad90b

Complementary Color

#fad90b #0b2cfa

#fad90b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad90b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad90b Color CSS Codes

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

#fad90b Text Font Color

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

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


#fad90b Background Color

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

This div background color is #fad90b


#fad90b Border Color

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

This div border color is #fad90b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad90b

Related Colors


Comments

No comments written yet.

Please login to write comment.