Color Hex Logo

#fad309 Color Hex

#FAD309
(250,211,9)
0 Favorites   0 Comments

Color spaces of #fad309

RGB 2502119
HSL0.140.960.51
HSV50°96°98°
CMYK 0.000.160.96   0.02
XYZ62.767966.93229.8694
Yxy66.93220.44970.4796
Hunter Lab81.8121-6.222450.1160
CIE-Lab85.4697-1.954785.1070

#fad309 color RGB value is (250,211,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010011 00001001
Octal 372 323 11
Decimal 250 211 9
Hex FA D3 9

RGB Percentages of Color #fad309

%53.19
%44.89
%1.91

CMYK Percentages of Color #fad309

%0
%16
%96
%2

Triadic Colors of #fad309

#fad309 #09fad3 #d309fa

Analogous Colors of #fad309

#fad309 #a9fa09 #fa5a09

Monochromatic Colors of #fad309

#fad309

Complementary Color

#fad309 #0930fa

#fad309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad309 Color CSS Codes

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

#fad309 Text Font Color

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

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


#fad309 Background Color

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

This div background color is #fad309


#fad309 Border Color

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

This div border color is #fad309


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad309


Comments

No comments written yet.

Please login to write comment.