Color Hex Logo

#fcab60 Color Hex

#FCAB60
(252,171,96)
1 Favorites   0 Comments

Color spaces of #fcab60

RGB 25217196
HSL0.080.960.68
HSV29°62°99°
CMYK 0.000.320.62   0.01
XYZ56.819150.665817.8511
Yxy50.66580.45330.4042
Hunter Lab71.179917.922134.9567
CIE-Lab76.476122.596349.9792

#fcab60 color RGB value is (252,171,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 01100000
Octal 374 253 140
Decimal 252 171 96
Hex FC AB 60

RGB Percentages of Color #fcab60

%48.55
%32.95
%18.50

CMYK Percentages of Color #fcab60

%0
%32
%62
%1

Triadic Colors of #fcab60

#fcab60 #60fcab #ab60fc

Analogous Colors of #fcab60

#fcab60 #fcf960 #fc6063

Monochromatic Colors of #fcab60

#fcab60

Complementary Color

#fcab60 #60b1fc

#fcab60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcab60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcab60 Color CSS Codes

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

#fcab60 Text Font Color

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

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


#fcab60 Background Color

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

This div background color is #fcab60


#fcab60 Border Color

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

This div border color is #fcab60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcab60

#fcab60 Color Palettes


Comments

No comments written yet.

Please login to write comment.