Color Hex Logo

#fcb97f Color Hex

#FCB97F
(252,185,127)
0 Favorites   0 Comments

Color spaces of #fcb97f

RGB 252185127
HSL0.080.950.74
HSV28°50°99°
CMYK 0.000.270.50   0.01
XYZ61.324656.925727.8343
Yxy56.92570.41980.3897
Hunter Lab75.449113.047830.9414
CIE-Lab80.137817.664438.8231

#fcb97f color RGB value is (252,185,127).

#fcb97f hex color red value is 252, green value is 185 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fcb97f hue: 0.08 , saturation: 0.95 and the lightness value of fcb97f is 0.74.

The process color (four color CMYK) of #fcb97f color hex is 0.00, 0.27, 0.50, 0.01. Web safe color of #fcb97f is #ffcc66. Color #fcb97f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111001 01111111
Octal 374 271 177
Decimal 252 185 127
Hex FC B9 7F

RGB Percentages of Color #fcb97f

%44.68
%32.80
%22.52

CMYK Percentages of Color #fcb97f

%0
%27
%50
%1

Triadic Colors of #fcb97f

#fcb97f #7ffcb9 #b97ffc

Analogous Colors of #fcb97f

#fcb97f #fcf87f #fc7f84

Monochromatic Colors of #fcb97f

#fcb97f

Complementary Color

#fcb97f #7fc2fc

#fcb97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb97f Color CSS Codes

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

#fcb97f Text Font Color

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

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


#fcb97f Background Color

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

This div background color is #fcb97f


#fcb97f Border Color

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

This div border color is #fcb97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb97f

Related Colors


Comments

No comments written yet.

Please login to write comment.