Color Hex Logo

#fca879 Color Hex

#FCA879
(252,168,121)
0 Favorites   0 Comments

Color spaces of #fca879

RGB 252168121
HSL0.060.960.73
HSV22°52°99°
CMYK 0.000.330.52   0.01
XYZ57.598750.081224.7200
Yxy50.08120.43500.3783
Hunter Lab70.768121.438528.8271
CIE-Lab76.119126.053036.8167

#fca879 color RGB value is (252,168,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101000 01111001
Octal 374 250 171
Decimal 252 168 121
Hex FC A8 79

RGB Percentages of Color #fca879

%46.58
%31.05
%22.37

CMYK Percentages of Color #fca879

%0
%33
%52
%1

Triadic Colors of #fca879

#fca879 #79fca8 #a879fc

Analogous Colors of #fca879

#fca879 #fcea79 #fc798c

Monochromatic Colors of #fca879

#fca879

Complementary Color

#fca879 #79cdfc

#fca879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca879 Color CSS Codes

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

#fca879 Text Font Color

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

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


#fca879 Background Color

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

This div background color is #fca879


#fca879 Border Color

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

This div border color is #fca879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca879


Comments

No comments written yet.

Please login to write comment.