Color Hex Logo

#fcaa7f Color Hex

#FCAA7F
(252,170,127)
0 Favorites   0 Comments

Color spaces of #fcaa7f

RGB 252170127
HSL0.060.950.74
HSV21°50°99°
CMYK 0.000.330.50   0.01
XYZ58.350450.977226.8429
Yxy50.97720.42850.3744
Hunter Lab71.398320.932427.6882
CIE-Lab76.665225.531734.3612

#fcaa7f color RGB value is (252,170,127).

#fcaa7f hex color red value is 252, green value is 170 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fcaa7f hue: 0.06 , saturation: 0.95 and the lightness value of fcaa7f is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101010 01111111
Octal 374 252 177
Decimal 252 170 127
Hex FC AA 7F

RGB Percentages of Color #fcaa7f

%45.90
%30.97
%23.13

CMYK Percentages of Color #fcaa7f

%0
%33
%50
%1

Triadic Colors of #fcaa7f

#fcaa7f #7ffcaa #aa7ffc

Analogous Colors of #fcaa7f

#fcaa7f #fce97f #fc7f93

Monochromatic Colors of #fcaa7f

#fcaa7f

Complementary Color

#fcaa7f #7fd1fc

#fcaa7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaa7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaa7f Color CSS Codes

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

#fcaa7f Text Font Color

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

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


#fcaa7f Background Color

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

This div background color is #fcaa7f


#fcaa7f Border Color

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

This div border color is #fcaa7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaa7f


Comments

No comments written yet.

Please login to write comment.