Color Hex Logo

#fcab73 Color Hex

#FCAB73
(252,171,115)
0 Favorites   0 Comments

Color spaces of #fcab73

RGB 252171115
HSL0.070.960.72
HSV25°54°99°
CMYK 0.000.320.54   0.01
XYZ57.802351.059123.0285
Yxy51.05910.43830.3871
Hunter Lab71.455719.345830.9112
CIE-Lab76.714823.983240.6927

#fcab73 color RGB value is (252,171,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 01110011
Octal 374 253 163
Decimal 252 171 115
Hex FC AB 73

RGB Percentages of Color #fcab73

%46.84
%31.78
%21.38

CMYK Percentages of Color #fcab73

%0
%32
%54
%1

Triadic Colors of #fcab73

#fcab73 #73fcab #ab73fc

Analogous Colors of #fcab73

#fcab73 #fcf073 #fc7380

Monochromatic Colors of #fcab73

#fcab73

Complementary Color

#fcab73 #73c4fc

#fcab73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcab73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcab73 Color CSS Codes

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

#fcab73 Text Font Color

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

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


#fcab73 Background Color

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

This div background color is #fcab73


#fcab73 Border Color

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

This div border color is #fcab73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcab73

Related Colors


Comments

No comments written yet.

Please login to write comment.