Color Hex Logo

#fbbc86 Color Hex

#FBBC86
(251,188,134)
0 Favorites   0 Comments

Color spaces of #fbbc86

RGB 251188134
HSL0.080.940.75
HSV28°47°98°
CMYK 0.000.250.47   0.02
XYZ62.070058.196930.5159
Yxy58.19690.41170.3860
Hunter Lab76.286911.732529.6839
CIE-Lab80.848116.346036.0959

#fbbc86 color RGB value is (251,188,134).

#fbbc86 hex color red value is 251, green value is 188 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #fbbc86 hue: 0.08 , saturation: 0.94 and the lightness value of fbbc86 is 0.75.

The process color (four color CMYK) of #fbbc86 color hex is 0.00, 0.25, 0.47, 0.02. Web safe color of #fbbc86 is #ffcc99. Color #fbbc86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111100 10000110
Octal 373 274 206
Decimal 251 188 134
Hex FB BC 86

RGB Percentages of Color #fbbc86

%43.80
%32.81
%23.39

CMYK Percentages of Color #fbbc86

%0
%25
%47
%2

Triadic Colors of #fbbc86

#fbbc86 #86fbbc #bc86fb

Analogous Colors of #fbbc86

#fbbc86 #fbf786 #fb868b

Monochromatic Colors of #fbbc86

#fbbc86

Complementary Color

#fbbc86 #86c5fb

#fbbc86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbc86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbc86 Color CSS Codes

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

#fbbc86 Text Font Color

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

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


#fbbc86 Background Color

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

This div background color is #fbbc86


#fbbc86 Border Color

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

This div border color is #fbbc86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbc86

Related Colors


Comments

No comments written yet.

Please login to write comment.