Color Hex Logo

#fcad73 Color Hex

#FCAD73
(252,173,115)
0 Favorites   0 Comments

Color spaces of #fcad73

RGB 252173115
HSL0.070.960.72
HSV25°54°99°
CMYK 0.000.310.54   0.01
XYZ58.183051.820423.1554
Yxy51.82040.43690.3892
Hunter Lab71.986418.296531.3190
CIE-Lab77.173322.934741.2648

#fcad73 color RGB value is (252,173,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 01110011
Octal 374 255 163
Decimal 252 173 115
Hex FC AD 73

RGB Percentages of Color #fcad73

%46.67
%32.04
%21.30

CMYK Percentages of Color #fcad73

%0
%31
%54
%1

Triadic Colors of #fcad73

#fcad73 #73fcad #ad73fc

Analogous Colors of #fcad73

#fcad73 #fcf273 #fc737e

Monochromatic Colors of #fcad73

#fcad73

Complementary Color

#fcad73 #73c2fc

#fcad73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcad73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcad73 Color CSS Codes

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

#fcad73 Text Font Color

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

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


#fcad73 Background Color

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

This div background color is #fcad73


#fcad73 Border Color

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

This div border color is #fcad73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcad73


Comments

No comments written yet.

Please login to write comment.