Color Hex Logo

#fcad70 Color Hex

#FCAD70
(252,173,112)
0 Favorites   0 Comments

Color spaces of #fcad70

RGB 252173112
HSL0.070.960.71
HSV26°56°99°
CMYK 0.000.310.56   0.01
XYZ58.013151.752422.2608
Yxy51.75240.43940.3920
Hunter Lab71.939118.052332.0107
CIE-Lab77.132522.696842.7521

#fcad70 color RGB value is (252,173,112).

#fcad70 hex color red value is 252, green value is 173 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #fcad70 hue: 0.07 , saturation: 0.96 and the lightness value of fcad70 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 01110000
Octal 374 255 160
Decimal 252 173 112
Hex FC AD 70

RGB Percentages of Color #fcad70

%46.93
%32.22
%20.86

CMYK Percentages of Color #fcad70

%0
%31
%56
%1

Triadic Colors of #fcad70

#fcad70 #70fcad #ad70fc

Analogous Colors of #fcad70

#fcad70 #fcf370 #fc7079

Monochromatic Colors of #fcad70

#fcad70

Complementary Color

#fcad70 #70bffc

#fcad70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcad70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcad70 Color CSS Codes

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

#fcad70 Text Font Color

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

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


#fcad70 Background Color

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

This div background color is #fcad70


#fcad70 Border Color

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

This div border color is #fcad70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcad70

Related Colors


Comments

No comments written yet.

Please login to write comment.