Color Hex Logo

#fca387 Color Hex

#FCA387
(252,163,135)
0 Favorites   0 Comments

Color spaces of #fca387

RGB 252163135
HSL0.040.950.76
HSV14°46°99°
CMYK 0.000.350.46   0.01
XYZ57.615348.639129.2733
Yxy48.63910.42510.3589
Hunter Lab69.741725.415023.9329
CIE-Lab75.226329.942028.2042

#fca387 color RGB value is (252,163,135).

#fca387 hex color red value is 252, green value is 163 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #fca387 hue: 0.04 , saturation: 0.95 and the lightness value of fca387 is 0.76.

The process color (four color CMYK) of #fca387 color hex is 0.00, 0.35, 0.46, 0.01. Web safe color of #fca387 is #ff9999. Color #fca387 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100011 10000111
Octal 374 243 207
Decimal 252 163 135
Hex FC A3 87

RGB Percentages of Color #fca387

%45.82
%29.64
%24.55

CMYK Percentages of Color #fca387

%0
%35
%46
%1

Triadic Colors of #fca387

#fca387 #87fca3 #a387fc

Analogous Colors of #fca387

#fca387 #fcde87 #fc87a6

Monochromatic Colors of #fca387

#fca387

Complementary Color

#fca387 #87e0fc

#fca387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca387 Color CSS Codes

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

#fca387 Text Font Color

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

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


#fca387 Background Color

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

This div background color is #fca387


#fca387 Border Color

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

This div border color is #fca387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca387

Related Colors


Comments

No comments written yet.

Please login to write comment.