Color Hex Logo

#fcad74 Color Hex

#FCAD74
(252,173,116)
0 Favorites   0 Comments

Color spaces of #fcad74

RGB 252173116
HSL0.070.960.72
HSV25°54°99°
CMYK 0.000.310.54   0.01
XYZ58.240851.843523.4602
Yxy51.84350.43610.3882
Hunter Lab72.002418.379531.0835
CIE-Lab77.187223.015640.7671

#fcad74 color RGB value is (252,173,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101101 01110100
Octal 374 255 164
Decimal 252 173 116
Hex FC AD 74

RGB Percentages of Color #fcad74

%46.58
%31.98
%21.44

CMYK Percentages of Color #fcad74

%0
%31
%54
%1

Triadic Colors of #fcad74

#fcad74 #74fcad #ad74fc

Analogous Colors of #fcad74

#fcad74 #fcf174 #fc747f

Monochromatic Colors of #fcad74

#fcad74

Complementary Color

#fcad74 #74c3fc

#fcad74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcad74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcad74 Color CSS Codes

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

#fcad74 Text Font Color

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

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


#fcad74 Background Color

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

This div background color is #fcad74


#fcad74 Border Color

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

This div border color is #fcad74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcad74

Related Colors


Comments

No comments written yet.

Please login to write comment.