Color Hex Logo

#fad14c Color Hex

#FAD14C
(250,209,76)
0 Favorites   0 Comments

Color spaces of #fad14c

RGB 25020976
HSL0.130.950.64
HSV46°70°98°
CMYK 0.000.160.70   0.02
XYZ63.529366.446716.3146
Yxy66.44670.43430.4542
Hunter Lab81.5148-3.535545.1939
CIE-Lab85.22380.858968.2966

#fad14c color RGB value is (250,209,76).

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

The process color (four color CMYK) of #fad14c color hex is 0.00, 0.16, 0.70, 0.02. Web safe color of #fad14c is #ffcc33. Color #fad14c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010001 01001100
Octal 372 321 114
Decimal 250 209 76
Hex FA D1 4C

RGB Percentages of Color #fad14c

%46.73
%39.07
%14.21

CMYK Percentages of Color #fad14c

%0
%16
%70
%2

Triadic Colors of #fad14c

#fad14c #4cfad1 #d14cfa

Analogous Colors of #fad14c

#fad14c #ccfa4c #fa7a4c

Monochromatic Colors of #fad14c

#fad14c

Complementary Color

#fad14c #4c75fa

#fad14c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad14c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad14c Color CSS Codes

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

#fad14c Text Font Color

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

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


#fad14c Background Color

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

This div background color is #fad14c


#fad14c Border Color

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

This div border color is #fad14c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad14c


Comments

No comments written yet.

Please login to write comment.