Color Hex Logo

#facd4a Color Hex

#FACD4A
(250,205,74)
1 Favorites   0 Comments

Color spaces of #facd4a

RGB 25020574
HSL0.120.950.64
HSV45°70°98°
CMYK 0.000.180.70   0.02
XYZ62.491764.481015.6310
Yxy64.48100.43820.4522
Hunter Lab80.3001-1.611544.6688
CIE-Lab84.21562.811468.0633

#facd4a color RGB value is (250,205,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 01001010
Octal 372 315 112
Decimal 250 205 74
Hex FA CD 4A

RGB Percentages of Color #facd4a

%47.26
%38.75
%13.99

CMYK Percentages of Color #facd4a

%0
%18
%70
%2

Triadic Colors of #facd4a

#facd4a #4afacd #cd4afa

Analogous Colors of #facd4a

#facd4a #cffa4a #fa754a

Monochromatic Colors of #facd4a

#facd4a

Complementary Color

#facd4a #4a77fa

#facd4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facd4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#facd4a Color CSS Codes

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

#facd4a Text Font Color

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

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


#facd4a Background Color

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

This div background color is #facd4a


#facd4a Border Color

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

This div border color is #facd4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facd4a


Comments

No comments written yet.

Please login to write comment.