Color Hex Logo

#facd56 Color Hex

#FACD56
(250,205,86)
0 Favorites   0 Comments

Color spaces of #facd56

RGB 25020586
HSL0.120.940.66
HSV44°66°98°
CMYK 0.000.180.66   0.02
XYZ62.935464.658517.9674
Yxy64.65850.43240.4442
Hunter Lab80.4105-1.010743.0392
CIE-Lab84.30753.441963.2443

#facd56 color RGB value is (250,205,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001101 01010110
Octal 372 315 126
Decimal 250 205 86
Hex FA CD 56

RGB Percentages of Color #facd56

%46.21
%37.89
%15.90

CMYK Percentages of Color #facd56

%0
%18
%66
%2

Triadic Colors of #facd56

#facd56 #56facd #cd56fa

Analogous Colors of #facd56

#facd56 #d5fa56 #fa7b56

Monochromatic Colors of #facd56

#facd56

Complementary Color

#facd56 #5683fa

#facd56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facd56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#facd56 Color CSS Codes

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

#facd56 Text Font Color

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

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


#facd56 Background Color

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

This div background color is #facd56


#facd56 Border Color

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

This div border color is #facd56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facd56


Comments

No comments written yet.

Please login to write comment.