Color Hex Logo

#fbe91f Color Hex

#FBE91F
(251,233,31)
0 Favorites   0 Comments

Color spaces of #fbe91f

RGB 25123331
HSL0.150.960.55
HSV55°88°98°
CMYK 0.000.070.88   0.02
XYZ69.169978.886012.8772
Yxy78.88600.42980.4902
Hunter Lab88.8178-16.418153.5763
CIE-Lab91.1827-12.252986.6266

#fbe91f color RGB value is (251,233,31).

#fbe91f hex color red value is 251, green value is 233 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fbe91f hue: 0.15 , saturation: 0.96 and the lightness value of fbe91f is 0.55.

The process color (four color CMYK) of #fbe91f color hex is 0.00, 0.07, 0.88, 0.02. Web safe color of #fbe91f is #ffff33. Color #fbe91f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101001 00011111
Octal 373 351 37
Decimal 251 233 31
Hex FB E9 1F

RGB Percentages of Color #fbe91f

%48.74
%45.24
%6.02

CMYK Percentages of Color #fbe91f

%0
%7
%88
%2

Triadic Colors of #fbe91f

#fbe91f #1ffbe9 #e91ffb

Analogous Colors of #fbe91f

#fbe91f #9ffb1f #fb7b1f

Monochromatic Colors of #fbe91f

#fbe91f

Complementary Color

#fbe91f #1f31fb

#fbe91f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe91f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe91f Color CSS Codes

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

#fbe91f Text Font Color

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

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


#fbe91f Background Color

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

This div background color is #fbe91f


#fbe91f Border Color

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

This div border color is #fbe91f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe91f


Comments

No comments written yet.

Please login to write comment.