Color Hex Logo

#fcbb86 Color Hex

#FCBB86
(252,187,134)
0 Favorites   0 Comments

Color spaces of #fcbb86

RGB 252187134
HSL0.070.950.76
HSV27°47°99°
CMYK 0.000.260.47   0.01
XYZ62.218357.957330.4619
Yxy57.95730.41300.3847
Hunter Lab76.129712.655229.5670
CIE-Lab80.715017.264935.9437

#fcbb86 color RGB value is (252,187,134).

#fcbb86 hex color red value is 252, green value is 187 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #fcbb86 hue: 0.07 , saturation: 0.95 and the lightness value of fcbb86 is 0.76.

The process color (four color CMYK) of #fcbb86 color hex is 0.00, 0.26, 0.47, 0.01. Web safe color of #fcbb86 is #ffcc99. Color #fcbb86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 10000110
Octal 374 273 206
Decimal 252 187 134
Hex FC BB 86

RGB Percentages of Color #fcbb86

%43.98
%32.64
%23.39

CMYK Percentages of Color #fcbb86

%0
%26
%47
%1

Triadic Colors of #fcbb86

#fcbb86 #86fcbb #bb86fc

Analogous Colors of #fcbb86

#fcbb86 #fcf686 #fc868c

Monochromatic Colors of #fcbb86

#fcbb86

Complementary Color

#fcbb86 #86c7fc

#fcbb86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbb86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbb86 Color CSS Codes

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

#fcbb86 Text Font Color

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

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


#fcbb86 Background Color

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

This div background color is #fcbb86


#fcbb86 Border Color

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

This div border color is #fcbb86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbb86


Comments

No comments written yet.

Please login to write comment.