Color Hex Logo

#facd0c Color Hex

#FACD0C
(250,205,12)
0 Favorites   0 Comments

Color spaces of #facd0c

RGB 25020512
HSL0.140.960.51
HSV49°95°98°
CMYK 0.000.180.95   0.02
XYZ61.322064.01329.4716
Yxy64.01320.45490.4749
Hunter Lab80.0082-3.203848.9869
CIE-Lab83.97261.128883.7495

#facd0c color RGB value is (250,205,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 00001100
Octal 372 315 14
Decimal 250 205 12
Hex FA CD C

RGB Percentages of Color #facd0c

%53.53
%43.90
%2.57

CMYK Percentages of Color #facd0c

%0
%18
%95
%2

Triadic Colors of #facd0c

#facd0c #0cfacd #cd0cfa

Analogous Colors of #facd0c

#facd0c #b0fa0c #fa560c

Monochromatic Colors of #facd0c

#facd0c

Complementary Color

#facd0c #0c39fa

#facd0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facd0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#facd0c Color CSS Codes

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

#facd0c Text Font Color

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

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


#facd0c Background Color

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

This div background color is #facd0c


#facd0c Border Color

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

This div border color is #facd0c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,205,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 #facd0c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facd0c


Comments

No comments written yet.

Please login to write comment.