Color Hex Logo

#fbf06b Color Hex

#FBF06B
(251,240,107)
0 Favorites   0 Comments

Color spaces of #fbf06b

RGB 251240107
HSL0.150.950.70
HSV55°57°98°
CMYK 0.000.040.57   0.02
XYZ73.597683.890926.2235
Yxy83.89090.40060.4566
Hunter Lab91.5920-16.854547.1392
CIE-Lab93.4031-12.425164.1917

#fbf06b color RGB value is (251,240,107).

#fbf06b hex color red value is 251, green value is 240 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fbf06b hue: 0.15 , saturation: 0.95 and the lightness value of fbf06b is 0.70.

The process color (four color CMYK) of #fbf06b color hex is 0.00, 0.04, 0.57, 0.02. Web safe color of #fbf06b is #ffff66. Color #fbf06b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110000 01101011
Octal 373 360 153
Decimal 251 240 107
Hex FB F0 6B

RGB Percentages of Color #fbf06b

%41.97
%40.13
%17.89

CMYK Percentages of Color #fbf06b

%0
%4
%57
%2

Triadic Colors of #fbf06b

#fbf06b #6bfbf0 #f06bfb

Analogous Colors of #fbf06b

#fbf06b #befb6b #fba86b

Monochromatic Colors of #fbf06b

#fbf06b

Complementary Color

#fbf06b #6b76fb

#fbf06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf06b Color CSS Codes

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

#fbf06b Text Font Color

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

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


#fbf06b Background Color

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

This div background color is #fbf06b


#fbf06b Border Color

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

This div border color is #fbf06b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,240,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fbf06b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf06b

Related Colors


Comments

No comments written yet.

Please login to write comment.