Color Hex Logo

#fad14f Color Hex

#FAD14F
(250,209,79)
0 Favorites   0 Comments

Color spaces of #fad14f

RGB 25020979
HSL0.130.940.65
HSV46°68°98°
CMYK 0.000.160.68   0.02
XYZ63.636166.489416.8769
Yxy66.48940.43290.4523
Hunter Lab81.5410-3.392244.8072
CIE-Lab85.24541.010367.1273

#fad14f color RGB value is (250,209,79).

#fad14f hex color red value is 250, green value is 209 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #fad14f hue: 0.13 , saturation: 0.94 and the lightness value of fad14f is 0.65.

The process color (four color CMYK) of #fad14f color hex is 0.00, 0.16, 0.68, 0.02. Web safe color of #fad14f is #ffcc66. Color #fad14f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010001 01001111
Octal 372 321 117
Decimal 250 209 79
Hex FA D1 4F

RGB Percentages of Color #fad14f

%46.47
%38.85
%14.68

CMYK Percentages of Color #fad14f

%0
%16
%68
%2

Triadic Colors of #fad14f

#fad14f #4ffad1 #d14ffa

Analogous Colors of #fad14f

#fad14f #cefa4f #fa7c4f

Monochromatic Colors of #fad14f

#fad14f

Complementary Color

#fad14f #4f78fa

#fad14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad14f Color CSS Codes

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

#fad14f Text Font Color

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

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


#fad14f Background Color

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

This div background color is #fad14f


#fad14f Border Color

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

This div border color is #fad14f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad14f


Comments

No comments written yet.

Please login to write comment.