Color Hex Logo

#facd3f Color Hex

#FACD3F
(250,205,63)
0 Favorites   0 Comments

Color spaces of #facd3f

RGB 25020563
HSL0.130.950.61
HSV46°75°98°
CMYK 0.000.180.75   0.02
XYZ62.152964.345513.8467
Yxy64.34550.44290.4585
Hunter Lab80.2156-2.071545.9164
CIE-Lab84.14532.327072.0889

#facd3f color RGB value is (250,205,63).

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

The process color (four color CMYK) of #facd3f color hex is 0.00, 0.18, 0.75, 0.02. Web safe color of #facd3f is #ffcc33. Color #facd3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 00111111
Octal 372 315 77
Decimal 250 205 63
Hex FA CD 3F

RGB Percentages of Color #facd3f

%48.26
%39.58
%12.16

CMYK Percentages of Color #facd3f

%0
%18
%75
%2

Triadic Colors of #facd3f

#facd3f #3ffacd #cd3ffa

Analogous Colors of #facd3f

#facd3f #cafa3f #fa703f

Monochromatic Colors of #facd3f

#facd3f

Complementary Color

#facd3f #3f6cfa

#facd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#facd3f Color CSS Codes

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

#facd3f Text Font Color

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

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


#facd3f Background Color

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

This div background color is #facd3f


#facd3f Border Color

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

This div border color is #facd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facd3f


Comments

No comments written yet.

Please login to write comment.