Color Hex Logo

#fbf06d Color Hex

#FBF06D
(251,240,109)
0 Favorites   0 Comments

Color spaces of #fbf06d

RGB 251240109
HSL0.150.950.71
HSV55°57°98°
CMYK 0.000.040.57   0.02
XYZ73.704183.933526.7842
Yxy83.93350.39960.4551
Hunter Lab91.6152-16.724146.7969
CIE-Lab93.4216-12.283663.3430

#fbf06d color RGB value is (251,240,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110000 01101101
Octal 373 360 155
Decimal 251 240 109
Hex FB F0 6D

RGB Percentages of Color #fbf06d

%41.83
%40.00
%18.17

CMYK Percentages of Color #fbf06d

%0
%4
%57
%2

Triadic Colors of #fbf06d

#fbf06d #6dfbf0 #f06dfb

Analogous Colors of #fbf06d

#fbf06d #bffb6d #fba96d

Monochromatic Colors of #fbf06d

#fbf06d

Complementary Color

#fbf06d #6d78fb

#fbf06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf06d Color CSS Codes

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

#fbf06d Text Font Color

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

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


#fbf06d Background Color

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

This div background color is #fbf06d


#fbf06d Border Color

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

This div border color is #fbf06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf06d


Comments

No comments written yet.

Please login to write comment.