Color Hex Logo

#fca178 Color Hex

#FCA178
(252,161,120)
0 Favorites   0 Comments

Color spaces of #fca178

RGB 252161120
HSL0.050.960.73
HSV19°52°99°
CMYK 0.000.360.52   0.01
XYZ56.279947.541323.9794
Yxy47.54130.44040.3720
Hunter Lab68.950225.036027.6453
CIE-Lab74.534729.628035.3159

#fca178 color RGB value is (252,161,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100001 01111000
Octal 374 241 170
Decimal 252 161 120
Hex FC A1 78

RGB Percentages of Color #fca178

%47.28
%30.21
%22.51

CMYK Percentages of Color #fca178

%0
%36
%52
%1

Triadic Colors of #fca178

#fca178 #78fca1 #a178fc

Analogous Colors of #fca178

#fca178 #fce378 #fc7891

Monochromatic Colors of #fca178

#fca178

Complementary Color

#fca178 #78d3fc

#fca178 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca178 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca178 Color CSS Codes

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

#fca178 Text Font Color

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

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


#fca178 Background Color

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

This div background color is #fca178


#fca178 Border Color

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

This div border color is #fca178


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca178


Comments

No comments written yet.

Please login to write comment.