Color Hex Logo

#fcab5c Color Hex

#FCAB5C
(252,171,92)
0 Favorites   0 Comments

Color spaces of #fcab5c

RGB 25217192
HSL0.080.960.67
HSV30°63°99°
CMYK 0.000.320.63   0.01
XYZ56.639650.594016.9056
Yxy50.59400.45630.4076
Hunter Lab71.129517.661035.6989
CIE-Lab76.432422.340751.8716

#fcab5c color RGB value is (252,171,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101011 01011100
Octal 374 253 134
Decimal 252 171 92
Hex FC AB 5C

RGB Percentages of Color #fcab5c

%48.93
%33.20
%17.86

CMYK Percentages of Color #fcab5c

%0
%32
%63
%1

Triadic Colors of #fcab5c

#fcab5c #5cfcab #ab5cfc

Analogous Colors of #fcab5c

#fcab5c #fcfb5c #fc5c5d

Monochromatic Colors of #fcab5c

#fcab5c

Complementary Color

#fcab5c #5cadfc

#fcab5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcab5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcab5c Color CSS Codes

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

#fcab5c Text Font Color

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

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


#fcab5c Background Color

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

This div background color is #fcab5c


#fcab5c Border Color

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

This div border color is #fcab5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcab5c


Comments

No comments written yet.

Please login to write comment.