Color Hex Logo

#fada0e Color Hex

#FADA0E
(250,218,14)
0 Favorites   0 Comments

Color spaces of #fada0e

RGB 25021814
HSL0.140.960.52
HSV52°94°98°
CMYK 0.000.130.94   0.02
XYZ64.575070.498510.6196
Yxy70.49850.44320.4839
Hunter Lab83.9634-9.654251.2754
CIE-Lab87.2408-5.449685.9396

#fada0e color RGB value is (250,218,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 00001110
Octal 372 332 16
Decimal 250 218 14
Hex FA DA E

RGB Percentages of Color #fada0e

%51.87
%45.23
%2.90

CMYK Percentages of Color #fada0e

%0
%13
%94
%2

Triadic Colors of #fada0e

#fada0e #0efada #da0efa

Analogous Colors of #fada0e

#fada0e #a4fa0e #fa640e

Monochromatic Colors of #fada0e

#fada0e

Complementary Color

#fada0e #0e2efa

#fada0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fada0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fada0e Color CSS Codes

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

#fada0e Text Font Color

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

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


#fada0e Background Color

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

This div background color is #fada0e


#fada0e Border Color

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

This div border color is #fada0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fada0e


Comments

No comments written yet.

Please login to write comment.