Color Hex Logo

#facd4d Color Hex

#FACD4D
(250,205,77)
0 Favorites   0 Comments

Color spaces of #facd4d

RGB 25020577
HSL0.120.950.64
HSV44°69°98°
CMYK 0.000.180.69   0.02
XYZ62.595264.522516.1761
Yxy64.52250.43680.4503
Hunter Lab80.3259-1.471444.2883
CIE-Lab84.23712.958666.8969

#facd4d color RGB value is (250,205,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 01001101
Octal 372 315 115
Decimal 250 205 77
Hex FA CD 4D

RGB Percentages of Color #facd4d

%46.99
%38.53
%14.47

CMYK Percentages of Color #facd4d

%0
%18
%69
%2

Triadic Colors of #facd4d

#facd4d #4dfacd #cd4dfa

Analogous Colors of #facd4d

#facd4d #d1fa4d #fa774d

Monochromatic Colors of #facd4d

#facd4d

Complementary Color

#facd4d #4d7afa

#facd4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facd4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#facd4d Color CSS Codes

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

#facd4d Text Font Color

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

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


#facd4d Background Color

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

This div background color is #facd4d


#facd4d Border Color

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

This div border color is #facd4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facd4d


Comments

No comments written yet.

Please login to write comment.