Color Hex Logo

#fca689 Color Hex

#FCA689
(252,166,137)
0 Favorites   0 Comments

Color spaces of #fca689

RGB 252166137
HSL0.040.950.76
HSV15°46°99°
CMYK 0.000.340.46   0.01
XYZ58.296549.774030.2017
Yxy49.77400.42160.3600
Hunter Lab70.550724.032024.0043
CIE-Lab75.930328.568328.0677

#fca689 color RGB value is (252,166,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100110 10001001
Octal 374 246 211
Decimal 252 166 137
Hex FC A6 89

RGB Percentages of Color #fca689

%45.41
%29.91
%24.68

CMYK Percentages of Color #fca689

%0
%34
%46
%1

Triadic Colors of #fca689

#fca689 #89fca6 #a689fc

Analogous Colors of #fca689

#fca689 #fce089 #fc89a6

Monochromatic Colors of #fca689

#fca689

Complementary Color

#fca689 #89dffc

#fca689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca689 Color CSS Codes

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

#fca689 Text Font Color

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

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


#fca689 Background Color

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

This div background color is #fca689


#fca689 Border Color

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

This div border color is #fca689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca689


Comments

No comments written yet.

Please login to write comment.