Color Hex Logo

#fadf0c Color Hex

#FADF0C
(250,223,12)
0 Favorites   0 Comments

Color spaces of #fadf0c

RGB 25022312
HSL0.150.960.51
HSV53°95°98°
CMYK 0.000.110.95   0.02
XYZ65.878473.125910.9904
Yxy73.12590.43920.4875
Hunter Lab85.5137-12.135352.2395
CIE-Lab88.5077-7.972987.0647

#fadf0c color RGB value is (250,223,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011111 00001100
Octal 372 337 14
Decimal 250 223 12
Hex FA DF C

RGB Percentages of Color #fadf0c

%51.55
%45.98
%2.47

CMYK Percentages of Color #fadf0c

%0
%11
%95
%2

Triadic Colors of #fadf0c

#fadf0c #0cfadf #df0cfa

Analogous Colors of #fadf0c

#fadf0c #9efa0c #fa680c

Monochromatic Colors of #fadf0c

#fadf0c

Complementary Color

#fadf0c #0c27fa

#fadf0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadf0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadf0c Color CSS Codes

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

#fadf0c Text Font Color

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

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


#fadf0c Background Color

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

This div background color is #fadf0c


#fadf0c Border Color

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

This div border color is #fadf0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadf0c


Comments

No comments written yet.

Please login to write comment.