Color Hex Logo

#fbe71e Color Hex

#FBE71E
(251,231,30)
0 Favorites   0 Comments

Color spaces of #fbe71e

RGB 25123130
HSL0.150.970.55
HSV55°88°98°
CMYK 0.000.080.88   0.02
XYZ68.593977.754812.6212
Yxy77.75480.43150.4891
Hunter Lab88.1787-15.458153.2388
CIE-Lab90.6679-11.285886.3939

#fbe71e color RGB value is (251,231,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100111 00011110
Octal 373 347 36
Decimal 251 231 30
Hex FB E7 1E

RGB Percentages of Color #fbe71e

%49.02
%45.12
%5.86

CMYK Percentages of Color #fbe71e

%0
%8
%88
%2

Triadic Colors of #fbe71e

#fbe71e #1efbe7 #e71efb

Analogous Colors of #fbe71e

#fbe71e #a1fb1e #fb791e

Monochromatic Colors of #fbe71e

#fbe71e

Complementary Color

#fbe71e #1e32fb

#fbe71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe71e Color CSS Codes

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

#fbe71e Text Font Color

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

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


#fbe71e Background Color

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

This div background color is #fbe71e


#fbe71e Border Color

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

This div border color is #fbe71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe71e


Comments

No comments written yet.

Please login to write comment.