Color Hex Logo

#facd1d Color Hex

#FACD1D
(250,205,29)
0 Favorites   0 Comments

Color spaces of #facd1d

RGB 25020529
HSL0.130.960.55
HSV48°88°98°
CMYK 0.000.180.88   0.02
XYZ61.477464.075310.2900
Yxy64.07530.45260.4717
Hunter Lab80.0470-2.991548.4112
CIE-Lab84.00501.354181.3230

#facd1d color RGB value is (250,205,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 00011101
Octal 372 315 35
Decimal 250 205 29
Hex FA CD 1D

RGB Percentages of Color #facd1d

%51.65
%42.36
%5.99

CMYK Percentages of Color #facd1d

%0
%18
%88
%2

Triadic Colors of #facd1d

#facd1d #1dfacd #cd1dfa

Analogous Colors of #facd1d

#facd1d #b9fa1d #fa5e1d

Monochromatic Colors of #facd1d

#facd1d

Complementary Color

#facd1d #1d4afa

#facd1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facd1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#facd1d Color CSS Codes

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

#facd1d Text Font Color

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

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


#facd1d Background Color

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

This div background color is #facd1d


#facd1d Border Color

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

This div border color is #facd1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facd1d


Comments

No comments written yet.

Please login to write comment.