Color Hex Logo

#fcac71 Color Hex

#FCAC71
(252,172,113)
0 Favorites   0 Comments

Color spaces of #fcac71

RGB 252172113
HSL0.070.960.72
HSV25°55°99°
CMYK 0.000.320.55   0.01
XYZ57.878051.392722.4921
Yxy51.39270.43930.3900
Hunter Lab71.688718.657131.5800
CIE-Lab76.916323.299541.9726

#fcac71 color RGB value is (252,172,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 01110001
Octal 374 254 161
Decimal 252 172 113
Hex FC AC 71

RGB Percentages of Color #fcac71

%46.93
%32.03
%21.04

CMYK Percentages of Color #fcac71

%0
%32
%55
%1

Triadic Colors of #fcac71

#fcac71 #71fcac #ac71fc

Analogous Colors of #fcac71

#fcac71 #fcf271 #fc717c

Monochromatic Colors of #fcac71

#fcac71

Complementary Color

#fcac71 #71c1fc

#fcac71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcac71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcac71 Color CSS Codes

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

#fcac71 Text Font Color

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

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


#fcac71 Background Color

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

This div background color is #fcac71


#fcac71 Border Color

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

This div border color is #fcac71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcac71

Related Colors


Comments

No comments written yet.

Please login to write comment.