Color Hex Logo

#fcad56 Color Hex

#FCAD56
(252,173,86)
0 Favorites   0 Comments

Color spaces of #fcad56

RGB 25217386
HSL0.090.970.66
HSV31°66°99°
CMYK 0.000.310.66   0.01
XYZ56.768251.254515.7052
Yxy51.25450.45880.4143
Hunter Lab71.592216.253037.1081
CIE-Lab76.832920.932655.1691

#fcad56 color RGB value is (252,173,86).

#fcad56 hex color red value is 252, green value is 173 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #fcad56 hue: 0.09 , saturation: 0.97 and the lightness value of fcad56 is 0.66.

The process color (four color CMYK) of #fcad56 color hex is 0.00, 0.31, 0.66, 0.01. Web safe color of #fcad56 is #ff9966. Color #fcad56 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 01010110
Octal 374 255 126
Decimal 252 173 86
Hex FC AD 56

RGB Percentages of Color #fcad56

%49.32
%33.86
%16.83

CMYK Percentages of Color #fcad56

%0
%31
%66
%1

Triadic Colors of #fcad56

#fcad56 #56fcad #ad56fc

Analogous Colors of #fcad56

#fcad56 #f8fc56 #fc5a56

Monochromatic Colors of #fcad56

#fcad56

Complementary Color

#fcad56 #56a5fc

#fcad56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcad56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcad56 Color CSS Codes

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

#fcad56 Text Font Color

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

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


#fcad56 Background Color

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

This div background color is #fcad56


#fcad56 Border Color

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

This div border color is #fcad56


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,173,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 #fcad56">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcad56


Comments

No comments written yet.

Please login to write comment.