Color Hex Logo

#fcad47 Color Hex

#FCAD47
(252,173,71)
0 Favorites   0 Comments

Color spaces of #fcad47

RGB 25217371
HSL0.090.970.63
HSV34°72°99°
CMYK 0.000.310.72   0.01
XYZ56.225851.037512.8490
Yxy51.03750.46810.4249
Hunter Lab71.440515.463839.3447
CIE-Lab76.701720.152761.7311

#fcad47 color RGB value is (252,173,71).

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

The process color (four color CMYK) of #fcad47 color hex is 0.00, 0.31, 0.72, 0.01. Web safe color of #fcad47 is #ff9933. Color #fcad47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 01000111
Octal 374 255 107
Decimal 252 173 71
Hex FC AD 47

RGB Percentages of Color #fcad47

%50.81
%34.88
%14.31

CMYK Percentages of Color #fcad47

%0
%31
%72
%1

Triadic Colors of #fcad47

#fcad47 #47fcad #ad47fc

Analogous Colors of #fcad47

#fcad47 #f1fc47 #fc5347

Monochromatic Colors of #fcad47

#fcad47

Complementary Color

#fcad47 #4796fc

#fcad47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcad47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcad47 Color CSS Codes

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

#fcad47 Text Font Color

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

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


#fcad47 Background Color

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

This div background color is #fcad47


#fcad47 Border Color

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

This div border color is #fcad47


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,173,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcad47


Comments

No comments written yet.

Please login to write comment.