Color Hex Logo

#fbc86e Color Hex

#FBC86E
(251,200,110)
0 Favorites   0 Comments

Color spaces of #fbc86e

RGB 251200110
HSL0.110.950.71
HSV38°56°98°
CMYK 0.000.200.56   0.02
XYZ63.252462.943623.5674
Yxy62.94360.42230.4203
Hunter Lab79.33703.471637.9236
CIE-Lab83.41278.029151.3185

#fbc86e color RGB value is (251,200,110).

#fbc86e hex color red value is 251, green value is 200 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fbc86e hue: 0.11 , saturation: 0.95 and the lightness value of fbc86e is 0.71.

The process color (four color CMYK) of #fbc86e color hex is 0.00, 0.20, 0.56, 0.02. Web safe color of #fbc86e is #ffcc66. Color #fbc86e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001000 01101110
Octal 373 310 156
Decimal 251 200 110
Hex FB C8 6E

RGB Percentages of Color #fbc86e

%44.74
%35.65
%19.61

CMYK Percentages of Color #fbc86e

%0
%20
%56
%2

Triadic Colors of #fbc86e

#fbc86e #6efbc8 #c86efb

Analogous Colors of #fbc86e

#fbc86e #e8fb6e #fb826e

Monochromatic Colors of #fbc86e

#fbc86e

Complementary Color

#fbc86e #6ea1fb

#fbc86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc86e Color CSS Codes

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

#fbc86e Text Font Color

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

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


#fbc86e Background Color

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

This div background color is #fbc86e


#fbc86e Border Color

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

This div border color is #fbc86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc86e


Comments

No comments written yet.

Please login to write comment.