Color Hex Logo

#fbbb0e Color Hex

#FBBB0E
(251,187,14)
0 Favorites   0 Comments

Color spaces of #fbbb0e

RGB 25118714
HSL0.120.970.52
HSV44°94°98°
CMYK 0.000.250.94   0.02
XYZ57.633356.08168.2027
Yxy56.08160.47270.4600
Hunter Lab74.88766.319745.9271
CIE-Lab79.660210.874080.4628

#fbbb0e color RGB value is (251,187,14).

#fbbb0e hex color red value is 251, green value is 187 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fbbb0e hue: 0.12 , saturation: 0.97 and the lightness value of fbbb0e is 0.52.

The process color (four color CMYK) of #fbbb0e color hex is 0.00, 0.25, 0.94, 0.02. Web safe color of #fbbb0e is #ffcc00. Color #fbbb0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111011 00001110
Octal 373 273 16
Decimal 251 187 14
Hex FB BB E

RGB Percentages of Color #fbbb0e

%55.53
%41.37
%3.10

CMYK Percentages of Color #fbbb0e

%0
%25
%94
%2

Triadic Colors of #fbbb0e

#fbbb0e #0efbbb #bb0efb

Analogous Colors of #fbbb0e

#fbbb0e #c5fb0e #fb440e

Monochromatic Colors of #fbbb0e

#fbbb0e

Complementary Color

#fbbb0e #0e4efb

#fbbb0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbb0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbb0e Color CSS Codes

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

#fbbb0e Text Font Color

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

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


#fbbb0e Background Color

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

This div background color is #fbbb0e


#fbbb0e Border Color

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

This div border color is #fbbb0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbb0e


Comments

No comments written yet.

Please login to write comment.