Color Hex Logo

#fcb86e Color Hex

#FCB86E
(252,184,110)
0 Favorites   0 Comments

Color spaces of #fcb86e

RGB 252184110
HSL0.090.960.71
HSV31°56°99°
CMYK 0.000.270.56   0.01
XYZ60.099856.102222.4131
Yxy56.10220.43360.4047
Hunter Lab74.901412.148434.6894
CIE-Lab79.671916.776646.8623

#fcb86e color RGB value is (252,184,110).

#fcb86e hex color red value is 252, green value is 184 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fcb86e hue: 0.09 , saturation: 0.96 and the lightness value of fcb86e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111000 01101110
Octal 374 270 156
Decimal 252 184 110
Hex FC B8 6E

RGB Percentages of Color #fcb86e

%46.15
%33.70
%20.15

CMYK Percentages of Color #fcb86e

%0
%27
%56
%1

Triadic Colors of #fcb86e

#fcb86e #6efcb8 #b86efc

Analogous Colors of #fcb86e

#fcb86e #f9fc6e #fc716e

Monochromatic Colors of #fcb86e

#fcb86e

Complementary Color

#fcb86e #6eb2fc

#fcb86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb86e Color CSS Codes

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

#fcb86e Text Font Color

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

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


#fcb86e Background Color

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

This div background color is #fcb86e


#fcb86e Border Color

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

This div border color is #fcb86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb86e


Comments

No comments written yet.

Please login to write comment.