Color Hex Logo

#fbbf86 Color Hex

#FBBF86
(251,191,134)
0 Favorites   0 Comments

Color spaces of #fbbf86

RGB 251191134
HSL0.080.940.75
HSV29°47°98°
CMYK 0.000.240.47   0.02
XYZ62.717559.492130.7318
Yxy59.49210.41010.3890
Hunter Lab77.131110.163930.3685
CIE-Lab81.561314.775137.0176

#fbbf86 color RGB value is (251,191,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111111 10000110
Octal 373 277 206
Decimal 251 191 134
Hex FB BF 86

RGB Percentages of Color #fbbf86

%43.58
%33.16
%23.26

CMYK Percentages of Color #fbbf86

%0
%24
%47
%2

Triadic Colors of #fbbf86

#fbbf86 #86fbbf #bf86fb

Analogous Colors of #fbbf86

#fbbf86 #fbfa86 #fb8688

Monochromatic Colors of #fbbf86

#fbbf86

Complementary Color

#fbbf86 #86c2fb

#fbbf86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbf86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbf86 Color CSS Codes

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

#fbbf86 Text Font Color

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

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


#fbbf86 Background Color

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

This div background color is #fbbf86


#fbbf86 Border Color

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

This div border color is #fbbf86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbf86


Comments

No comments written yet.

Please login to write comment.