Color Hex Logo

#fcb586 Color Hex

#FCB586
(252,181,134)
0 Favorites   0 Comments

Color spaces of #fcb586

RGB 252181134
HSL0.070.950.76
HSV24°47°99°
CMYK 0.000.280.47   0.01
XYZ60.971855.464430.0464
Yxy55.46440.41620.3786
Hunter Lab74.474415.806728.2118
CIE-Lab79.308020.410934.1152

#fcb586 color RGB value is (252,181,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110101 10000110
Octal 374 265 206
Decimal 252 181 134
Hex FC B5 86

RGB Percentages of Color #fcb586

%44.44
%31.92
%23.63

CMYK Percentages of Color #fcb586

%0
%28
%47
%1

Triadic Colors of #fcb586

#fcb586 #86fcb5 #b586fc

Analogous Colors of #fcb586

#fcb586 #fcf086 #fc8692

Monochromatic Colors of #fcb586

#fcb586

Complementary Color

#fcb586 #86cdfc

#fcb586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb586 Color CSS Codes

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

#fcb586 Text Font Color

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

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


#fcb586 Background Color

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

This div background color is #fcb586


#fcb586 Border Color

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

This div border color is #fcb586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb586

Related Colors


Comments

No comments written yet.

Please login to write comment.