Color Hex Logo

#fbf186 Color Hex

#FBF186
(251,241,134)
0 Favorites   0 Comments

Color spaces of #fbf186

RGB 251241134
HSL0.150.940.75
HSV55°47°98°
CMYK 0.000.040.47   0.02
XYZ75.542085.141135.0066
Yxy85.14110.38600.4351
Hunter Lab92.2719-15.339942.0966
CIE-Lab93.9439-10.747852.5460

#fbf186 color RGB value is (251,241,134).

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

The process color (four color CMYK) of #fbf186 color hex is 0.00, 0.04, 0.47, 0.02. Web safe color of #fbf186 is #ffff99. Color #fbf186 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110001 10000110
Octal 373 361 206
Decimal 251 241 134
Hex FB F1 86

RGB Percentages of Color #fbf186

%40.10
%38.50
%21.41

CMYK Percentages of Color #fbf186

%0
%4
%47
%2

Triadic Colors of #fbf186

#fbf186 #86fbf1 #f186fb

Analogous Colors of #fbf186

#fbf186 #cbfb86 #fbb786

Monochromatic Colors of #fbf186

#fbf186

Complementary Color

#fbf186 #8690fb

#fbf186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf186 Color CSS Codes

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

#fbf186 Text Font Color

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

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


#fbf186 Background Color

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

This div background color is #fbf186


#fbf186 Border Color

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

This div border color is #fbf186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf186

Related Colors


Comments

No comments written yet.

Please login to write comment.