Color Hex Logo

#fca86e Color Hex

#FCA86E
(252,168,110)
0 Favorites   0 Comments

Color spaces of #fca86e

RGB 252168110
HSL0.070.960.71
HSV25°56°99°
CMYK 0.000.330.56   0.01
XYZ56.962049.826521.3671
Yxy49.82650.44450.3888
Hunter Lab70.587920.514631.4643
CIE-Lab75.962625.162442.3334

#fca86e color RGB value is (252,168,110).

#fca86e hex color red value is 252, green value is 168 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fca86e hue: 0.07 , saturation: 0.96 and the lightness value of fca86e is 0.71.

The process color (four color CMYK) of #fca86e color hex is 0.00, 0.33, 0.56, 0.01. Web safe color of #fca86e is #ff9966. Color #fca86e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101000 01101110
Octal 374 250 156
Decimal 252 168 110
Hex FC A8 6E

RGB Percentages of Color #fca86e

%47.55
%31.70
%20.75

CMYK Percentages of Color #fca86e

%0
%33
%56
%1

Triadic Colors of #fca86e

#fca86e #6efca8 #a86efc

Analogous Colors of #fca86e

#fca86e #fcef6e #fc6e7b

Monochromatic Colors of #fca86e

#fca86e

Complementary Color

#fca86e #6ec2fc

#fca86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca86e Color CSS Codes

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

#fca86e Text Font Color

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

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


#fca86e Background Color

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

This div background color is #fca86e


#fca86e Border Color

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

This div border color is #fca86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca86e


Comments

No comments written yet.

Please login to write comment.