Color Hex Logo

#fcab74 Color Hex

#FCAB74
(252,171,116)
0 Favorites   0 Comments

Color spaces of #fcab74

RGB 252171116
HSL0.070.960.72
HSV24°54°99°
CMYK 0.000.320.54   0.01
XYZ57.860251.082223.3333
Yxy51.08220.43740.3862
Hunter Lab71.471819.429530.6739
CIE-Lab76.728824.064340.1934

#fcab74 color RGB value is (252,171,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 01110100
Octal 374 253 164
Decimal 252 171 116
Hex FC AB 74

RGB Percentages of Color #fcab74

%46.75
%31.73
%21.52

CMYK Percentages of Color #fcab74

%0
%32
%54
%1

Triadic Colors of #fcab74

#fcab74 #74fcab #ab74fc

Analogous Colors of #fcab74

#fcab74 #fcef74 #fc7481

Monochromatic Colors of #fcab74

#fcab74

Complementary Color

#fcab74 #74c5fc

#fcab74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcab74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcab74 Color CSS Codes

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

#fcab74 Text Font Color

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

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


#fcab74 Background Color

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

This div background color is #fcab74


#fcab74 Border Color

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

This div border color is #fcab74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcab74


Comments

No comments written yet.

Please login to write comment.