Color Hex Logo

#fcaa6e Color Hex

#FCAA6E
(252,170,110)
0 Favorites   0 Comments

Color spaces of #fcaa6e

RGB 252170110
HSL0.070.960.71
HSV25°56°99°
CMYK 0.000.330.56   0.01
XYZ57.334150.570721.4911
Yxy50.57070.44310.3908
Hunter Lab71.113119.465731.8611
CIE-Lab76.418224.114642.8944

#fcaa6e color RGB value is (252,170,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 01101110
Octal 374 252 156
Decimal 252 170 110
Hex FC AA 6E

RGB Percentages of Color #fcaa6e

%47.37
%31.95
%20.68

CMYK Percentages of Color #fcaa6e

%0
%33
%56
%1

Triadic Colors of #fcaa6e

#fcaa6e #6efcaa #aa6efc

Analogous Colors of #fcaa6e

#fcaa6e #fcf16e #fc6e79

Monochromatic Colors of #fcaa6e

#fcaa6e

Complementary Color

#fcaa6e #6ec0fc

#fcaa6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaa6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaa6e Color CSS Codes

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

#fcaa6e Text Font Color

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

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


#fcaa6e Background Color

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

This div background color is #fcaa6e


#fcaa6e Border Color

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

This div border color is #fcaa6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaa6e

Related Colors


Comments

No comments written yet.

Please login to write comment.