Color Hex Logo

#fca487 Color Hex

#FCA487
(252,164,135)
0 Favorites   0 Comments

Color spaces of #fca487

RGB 252164135
HSL0.040.950.76
HSV15°46°99°
CMYK 0.000.350.46   0.01
XYZ57.793548.995629.3327
Yxy48.99560.42460.3599
Hunter Lab69.996924.885524.1519
CIE-Lab75.448629.419428.5003

#fca487 color RGB value is (252,164,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 10000111
Octal 374 244 207
Decimal 252 164 135
Hex FC A4 87

RGB Percentages of Color #fca487

%45.74
%29.76
%24.50

CMYK Percentages of Color #fca487

%0
%35
%46
%1

Triadic Colors of #fca487

#fca487 #87fca4 #a487fc

Analogous Colors of #fca487

#fca487 #fcdf87 #fc87a5

Monochromatic Colors of #fca487

#fca487

Complementary Color

#fca487 #87dffc

#fca487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca487 Color CSS Codes

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

#fca487 Text Font Color

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

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


#fca487 Background Color

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

This div background color is #fca487


#fca487 Border Color

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

This div border color is #fca487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca487

Related Colors


Comments

No comments written yet.

Please login to write comment.