Color Hex Logo

#fadb0e Color Hex

#FADB0E
(250,219,14)
0 Favorites   0 Comments

Color spaces of #fadb0e

RGB 25021914
HSL0.140.960.52
HSV52°94°98°
CMYK 0.000.120.94   0.02
XYZ64.835171.018710.7063
Yxy71.01870.44240.4846
Hunter Lab84.2726-10.148151.4584
CIE-Lab87.4941-5.952186.1265

#fadb0e color RGB value is (250,219,14).

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

The process color (four color CMYK) of #fadb0e color hex is 0.00, 0.12, 0.94, 0.02. Web safe color of #fadb0e is #ffcc00. Color #fadb0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 00001110
Octal 372 333 16
Decimal 250 219 14
Hex FA DB E

RGB Percentages of Color #fadb0e

%51.76
%45.34
%2.90

CMYK Percentages of Color #fadb0e

%0
%12
%94
%2

Triadic Colors of #fadb0e

#fadb0e #0efadb #db0efa

Analogous Colors of #fadb0e

#fadb0e #a3fa0e #fa650e

Monochromatic Colors of #fadb0e

#fadb0e

Complementary Color

#fadb0e #0e2dfa

#fadb0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadb0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadb0e Color CSS Codes

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

#fadb0e Text Font Color

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

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


#fadb0e Background Color

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

This div background color is #fadb0e


#fadb0e Border Color

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

This div border color is #fadb0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadb0e

Related Colors


Comments

No comments written yet.

Please login to write comment.