Color Hex Logo

#facd4e Color Hex

#FACD4E
(250,205,78)
0 Favorites   0 Comments

Color spaces of #facd4e

RGB 25020578
HSL0.120.950.64
HSV44°69°98°
CMYK 0.000.180.69   0.02
XYZ62.630864.536716.3636
Yxy64.53670.43640.4496
Hunter Lab80.3347-1.423144.1574
CIE-Lab84.24443.009466.5018

#facd4e color RGB value is (250,205,78).

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

The process color (four color CMYK) of #facd4e color hex is 0.00, 0.18, 0.69, 0.02. Web safe color of #facd4e is #ffcc66. Color #facd4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 01001110
Octal 372 315 116
Decimal 250 205 78
Hex FA CD 4E

RGB Percentages of Color #facd4e

%46.90
%38.46
%14.63

CMYK Percentages of Color #facd4e

%0
%18
%69
%2

Triadic Colors of #facd4e

#facd4e #4efacd #cd4efa

Analogous Colors of #facd4e

#facd4e #d1fa4e #fa774e

Monochromatic Colors of #facd4e

#facd4e

Complementary Color

#facd4e #4e7bfa

#facd4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facd4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#facd4e Color CSS Codes

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

#facd4e Text Font Color

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

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


#facd4e Background Color

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

This div background color is #facd4e


#facd4e Border Color

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

This div border color is #facd4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facd4e


Comments

No comments written yet.

Please login to write comment.