Color Hex Logo

#facc2d Color Hex

#FACC2D
(250,204,45)
0 Favorites   0 Comments

Color spaces of #facc2d

RGB 25020445
HSL0.130.950.58
HSV47°82°98°
CMYK 0.000.180.82   0.02
XYZ61.490963.699211.5369
Yxy63.69920.44970.4659
Hunter Lab79.8118-2.145547.2978
CIE-Lab83.80892.230877.4447

#facc2d color RGB value is (250,204,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 00101101
Octal 372 314 55
Decimal 250 204 45
Hex FA CC 2D

RGB Percentages of Color #facc2d

%50.10
%40.88
%9.02

CMYK Percentages of Color #facc2d

%0
%18
%82
%2

Triadic Colors of #facc2d

#facc2d #2dfacc #cc2dfa

Analogous Colors of #facc2d

#facc2d #c2fa2d #fa662d

Monochromatic Colors of #facc2d

#facc2d

Complementary Color

#facc2d #2d5bfa

#facc2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facc2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#facc2d Color CSS Codes

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

#facc2d Text Font Color

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

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


#facc2d Background Color

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

This div background color is #facc2d


#facc2d Border Color

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

This div border color is #facc2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facc2d


Comments

No comments written yet.

Please login to write comment.