Color Hex Logo

#fcab71 Color Hex

#FCAB71
(252,171,113)
0 Favorites   0 Comments

Color spaces of #fcab71

RGB 252171113
HSL0.070.960.72
HSV25°55°99°
CMYK 0.000.320.55   0.01
XYZ57.688451.013522.4289
Yxy51.01350.43990.3890
Hunter Lab71.423719.181531.3780
CIE-Lab76.687223.823741.6884

#fcab71 color RGB value is (252,171,113).

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

The process color (four color CMYK) of #fcab71 color hex is 0.00, 0.32, 0.55, 0.01. Web safe color of #fcab71 is #ff9966. Color #fcab71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 01110001
Octal 374 253 161
Decimal 252 171 113
Hex FC AB 71

RGB Percentages of Color #fcab71

%47.01
%31.90
%21.08

CMYK Percentages of Color #fcab71

%0
%32
%55
%1

Triadic Colors of #fcab71

#fcab71 #71fcab #ab71fc

Analogous Colors of #fcab71

#fcab71 #fcf171 #fc717d

Monochromatic Colors of #fcab71

#fcab71

Complementary Color

#fcab71 #71c2fc

#fcab71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcab71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcab71 Color CSS Codes

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

#fcab71 Text Font Color

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

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


#fcab71 Background Color

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

This div background color is #fcab71


#fcab71 Border Color

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

This div border color is #fcab71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcab71


Comments

No comments written yet.

Please login to write comment.