Color Hex Logo

#facd3a Color Hex

#FACD3A
(250,205,58)
0 Favorites   0 Comments

Color spaces of #facd3a

RGB 25020558
HSL0.130.950.60
HSV46°77°98°
CMYK 0.000.180.77   0.02
XYZ62.019464.292113.1438
Yxy64.29210.44470.4610
Hunter Lab80.1824-2.253046.4086
CIE-Lab84.11762.135573.7726

#facd3a color RGB value is (250,205,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 00111010
Octal 372 315 72
Decimal 250 205 58
Hex FA CD 3A

RGB Percentages of Color #facd3a

%48.73
%39.96
%11.31

CMYK Percentages of Color #facd3a

%0
%18
%77
%2

Triadic Colors of #facd3a

#facd3a #3afacd #cd3afa

Analogous Colors of #facd3a

#facd3a #c7fa3a #fa6d3a

Monochromatic Colors of #facd3a

#facd3a

Complementary Color

#facd3a #3a67fa

#facd3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facd3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#facd3a Color CSS Codes

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

#facd3a Text Font Color

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

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


#facd3a Background Color

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

This div background color is #facd3a


#facd3a Border Color

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

This div border color is #facd3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facd3a


Comments

No comments written yet.

Please login to write comment.