Color Hex Logo

#fbf83b Color Hex

#FBF83B
(251,248,59)
0 Favorites   0 Comments

Color spaces of #fbf83b

RGB 25124859
HSL0.160.960.61
HSV59°76°98°
CMYK 0.000.010.76   0.02
XYZ74.140587.959817.2080
Yxy87.95980.41350.4906
Hunter Lab93.7869-23.019154.7723
CIE-Lab95.1440-18.802983.4958

#fbf83b color RGB value is (251,248,59).

#fbf83b hex color red value is 251, green value is 248 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fbf83b hue: 0.16 , saturation: 0.96 and the lightness value of fbf83b is 0.61.

The process color (four color CMYK) of #fbf83b color hex is 0.00, 0.01, 0.76, 0.02. Web safe color of #fbf83b is #ffff33. Color #fbf83b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111000 00111011
Octal 373 370 73
Decimal 251 248 59
Hex FB F8 3B

RGB Percentages of Color #fbf83b

%44.98
%44.44
%10.57

CMYK Percentages of Color #fbf83b

%0
%1
%76
%2

Triadic Colors of #fbf83b

#fbf83b #3bfbf8 #f83bfb

Analogous Colors of #fbf83b

#fbf83b #9efb3b #fb983b

Monochromatic Colors of #fbf83b

#fbf83b

Complementary Color

#fbf83b #3b3efb

#fbf83b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf83b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf83b Color CSS Codes

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

#fbf83b Text Font Color

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

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


#fbf83b Background Color

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

This div background color is #fbf83b


#fbf83b Border Color

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

This div border color is #fbf83b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf83b


Comments

No comments written yet.

Please login to write comment.