Color Hex Logo

#fcb686 Color Hex

#FCB686
(252,182,134)
0 Favorites   0 Comments

Color spaces of #fcb686

RGB 252182134
HSL0.070.950.76
HSV24°47°99°
CMYK 0.000.280.47   0.01
XYZ61.175955.872630.1144
Yxy55.87260.41570.3797
Hunter Lab74.748015.280628.4369
CIE-Lab79.541319.886234.4192

#fcb686 color RGB value is (252,182,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 10000110
Octal 374 266 206
Decimal 252 182 134
Hex FC B6 86

RGB Percentages of Color #fcb686

%44.37
%32.04
%23.59

CMYK Percentages of Color #fcb686

%0
%28
%47
%1

Triadic Colors of #fcb686

#fcb686 #86fcb6 #b686fc

Analogous Colors of #fcb686

#fcb686 #fcf186 #fc8691

Monochromatic Colors of #fcb686

#fcb686

Complementary Color

#fcb686 #86ccfc

#fcb686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb686 Color CSS Codes

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

#fcb686 Text Font Color

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

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


#fcb686 Background Color

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

This div background color is #fcb686


#fcb686 Border Color

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

This div border color is #fcb686


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,182,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 #fcb686">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb686

Related Colors


Comments

No comments written yet.

Please login to write comment.