Color Hex Logo

#fcac82 Color Hex

#FCAC82
(252,172,130)
0 Favorites   0 Comments

Color spaces of #fcac82

RGB 252172130
HSL0.060.950.75
HSV21°48°99°
CMYK 0.000.320.48   0.01
XYZ58.926751.812228.0141
Yxy51.81220.42470.3734
Hunter Lab71.980720.162127.3115
CIE-Lab77.168424.757133.4308

#fcac82 color RGB value is (252,172,130).

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

The process color (four color CMYK) of #fcac82 color hex is 0.00, 0.32, 0.48, 0.01. Web safe color of #fcac82 is #ff9999. Color #fcac82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 10000010
Octal 374 254 202
Decimal 252 172 130
Hex FC AC 82

RGB Percentages of Color #fcac82

%45.49
%31.05
%23.47

CMYK Percentages of Color #fcac82

%0
%32
%48
%1

Triadic Colors of #fcac82

#fcac82 #82fcac #ac82fc

Analogous Colors of #fcac82

#fcac82 #fce982 #fc8295

Monochromatic Colors of #fcac82

#fcac82

Complementary Color

#fcac82 #82d2fc

#fcac82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcac82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcac82 Color CSS Codes

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

#fcac82 Text Font Color

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

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


#fcac82 Background Color

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

This div background color is #fcac82


#fcac82 Border Color

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

This div border color is #fcac82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcac82

Related Colors


Comments

No comments written yet.

Please login to write comment.