Color Hex Logo

#fca978 Color Hex

#FCA978
(252,169,120)
0 Favorites   0 Comments

Color spaces of #fca978

RGB 252169120
HSL0.060.960.73
HSV22°52°99°
CMYK 0.000.330.52   0.01
XYZ57.723050.427424.4604
Yxy50.42740.43530.3803
Hunter Lab71.012320.824029.2859
CIE-Lab76.330925.444337.6105

#fca978 color RGB value is (252,169,120).

#fca978 hex color red value is 252, green value is 169 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #fca978 hue: 0.06 , saturation: 0.96 and the lightness value of fca978 is 0.73.

The process color (four color CMYK) of #fca978 color hex is 0.00, 0.33, 0.52, 0.01. Web safe color of #fca978 is #ff9966. Color #fca978 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101001 01111000
Octal 374 251 170
Decimal 252 169 120
Hex FC A9 78

RGB Percentages of Color #fca978

%46.58
%31.24
%22.18

CMYK Percentages of Color #fca978

%0
%33
%52
%1

Triadic Colors of #fca978

#fca978 #78fca9 #a978fc

Analogous Colors of #fca978

#fca978 #fceb78 #fc7889

Monochromatic Colors of #fca978

#fca978

Complementary Color

#fca978 #78cbfc

#fca978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca978 Color CSS Codes

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

#fca978 Text Font Color

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

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


#fca978 Background Color

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

This div background color is #fca978


#fca978 Border Color

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

This div border color is #fca978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca978

Related Colors


Comments

No comments written yet.

Please login to write comment.