Color Hex Logo

#fcb886 Color Hex

#FCB886
(252,184,134)
0 Favorites   0 Comments

Color spaces of #fcb886

RGB 252184134
HSL0.070.950.76
HSV25°47°99°
CMYK 0.000.270.47   0.01
XYZ61.588456.697730.2519
Yxy56.69770.41460.3817
Hunter Lab75.297914.229228.8880
CIE-Lab80.009318.837035.0281

#fcb886 color RGB value is (252,184,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111000 10000110
Octal 374 270 206
Decimal 252 184 134
Hex FC B8 86

RGB Percentages of Color #fcb886

%44.21
%32.28
%23.51

CMYK Percentages of Color #fcb886

%0
%27
%47
%1

Triadic Colors of #fcb886

#fcb886 #86fcb8 #b886fc

Analogous Colors of #fcb886

#fcb886 #fcf386 #fc868f

Monochromatic Colors of #fcb886

#fcb886

Complementary Color

#fcb886 #86cafc

#fcb886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb886 Color CSS Codes

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

#fcb886 Text Font Color

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

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


#fcb886 Background Color

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

This div background color is #fcb886


#fcb886 Border Color

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

This div border color is #fcb886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb886

#fcb886 Color Palettes


Comments

No comments written yet.

Please login to write comment.