Color Hex Logo

#fca878 Color Hex

#FCA878
(252,168,120)
0 Favorites   0 Comments

Color spaces of #fca878

RGB 252168120
HSL0.060.960.73
HSV22°52°99°
CMYK 0.000.330.52   0.01
XYZ57.537750.056824.3987
Yxy50.05680.43590.3792
Hunter Lab70.750821.350129.0792
CIE-Lab76.104125.968037.3218

#fca878 color RGB value is (252,168,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101000 01111000
Octal 374 250 170
Decimal 252 168 120
Hex FC A8 78

RGB Percentages of Color #fca878

%46.67
%31.11
%22.22

CMYK Percentages of Color #fca878

%0
%33
%52
%1

Triadic Colors of #fca878

#fca878 #78fca8 #a878fc

Analogous Colors of #fca878

#fca878 #fcea78 #fc788a

Monochromatic Colors of #fca878

#fca878

Complementary Color

#fca878 #78ccfc

#fca878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca878 Color CSS Codes

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

#fca878 Text Font Color

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

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


#fca878 Background Color

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

This div background color is #fca878


#fca878 Border Color

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

This div border color is #fca878


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,168,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 #fca878">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca878

Related Colors


Comments

No comments written yet.

Please login to write comment.