Color Hex Logo

#fad83c Color Hex

#FAD83C
(250,216,60)
0 Favorites   0 Comments

Color spaces of #fad83c

RGB 25021660
HSL0.140.950.61
HSV49°76°98°
CMYK 0.000.140.76   0.02
XYZ64.795869.762014.3253
Yxy69.76200.43520.4686
Hunter Lab83.5236-7.690048.2976
CIE-Lab86.8800-3.394175.6582

#fad83c color RGB value is (250,216,60).

#fad83c hex color red value is 250, green value is 216 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fad83c hue: 0.14 , saturation: 0.95 and the lightness value of fad83c is 0.61.

The process color (four color CMYK) of #fad83c color hex is 0.00, 0.14, 0.76, 0.02. Web safe color of #fad83c is #ffcc33. Color #fad83c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011000 00111100
Octal 372 330 74
Decimal 250 216 60
Hex FA D8 3C

RGB Percentages of Color #fad83c

%47.53
%41.06
%11.41

CMYK Percentages of Color #fad83c

%0
%14
%76
%2

Triadic Colors of #fad83c

#fad83c #3cfad8 #d83cfa

Analogous Colors of #fad83c

#fad83c #bdfa3c #fa793c

Monochromatic Colors of #fad83c

#fad83c

Complementary Color

#fad83c #3c5efa

#fad83c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad83c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad83c Color CSS Codes

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

#fad83c Text Font Color

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

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


#fad83c Background Color

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

This div background color is #fad83c


#fad83c Border Color

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

This div border color is #fad83c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad83c


Comments

No comments written yet.

Please login to write comment.