Color Hex Logo

#fada0d Color Hex

#FADA0D
(250,218,13)
0 Favorites   0 Comments

Color spaces of #fada0d

RGB 25021813
HSL0.140.960.52
HSV52°95°98°
CMYK 0.000.130.95   0.02
XYZ64.568470.495910.5847
Yxy70.49590.44330.4840
Hunter Lab83.9618-9.663051.2989
CIE-Lab87.2395-5.459186.0383

#fada0d color RGB value is (250,218,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 00001101
Octal 372 332 15
Decimal 250 218 13
Hex FA DA D

RGB Percentages of Color #fada0d

%51.98
%45.32
%2.70

CMYK Percentages of Color #fada0d

%0
%13
%95
%2

Triadic Colors of #fada0d

#fada0d #0dfada #da0dfa

Analogous Colors of #fada0d

#fada0d #a4fa0d #fa630d

Monochromatic Colors of #fada0d

#fada0d

Complementary Color

#fada0d #0d2dfa

#fada0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fada0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fada0d Color CSS Codes

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

#fada0d Text Font Color

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

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


#fada0d Background Color

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

This div background color is #fada0d


#fada0d Border Color

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

This div border color is #fada0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fada0d


Comments

No comments written yet.

Please login to write comment.