Color Hex Logo

#fca489 Color Hex

#FCA489
(252,164,137)
0 Favorites   0 Comments

Color spaces of #fca489

RGB 252164137
HSL0.040.950.76
HSV14°46°99°
CMYK 0.000.350.46   0.01
XYZ57.935749.052530.0814
Yxy49.05250.42270.3579
Hunter Lab70.037525.091323.5609
CIE-Lab75.484029.614027.4715

#fca489 color RGB value is (252,164,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 10001001
Octal 374 244 211
Decimal 252 164 137
Hex FC A4 89

RGB Percentages of Color #fca489

%45.57
%29.66
%24.77

CMYK Percentages of Color #fca489

%0
%35
%46
%1

Triadic Colors of #fca489

#fca489 #89fca4 #a489fc

Analogous Colors of #fca489

#fca489 #fcde89 #fc89a8

Monochromatic Colors of #fca489

#fca489

Complementary Color

#fca489 #89e1fc

#fca489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca489 Color CSS Codes

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

#fca489 Text Font Color

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

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


#fca489 Background Color

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

This div background color is #fca489


#fca489 Border Color

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

This div border color is #fca489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca489


Comments

No comments written yet.

Please login to write comment.