Color Hex Logo

#fbe73e Color Hex

#FBE73E
(251,231,62)
0 Favorites   0 Comments

Color spaces of #fbe73e

RGB 25123162
HSL0.150.960.61
HSV54°75°98°
CMYK 0.000.080.75   0.02
XYZ69.229178.008915.9659
Yxy78.00890.42420.4780
Hunter Lab88.3226-14.652751.1081
CIE-Lab90.7840-10.406078.6454

#fbe73e color RGB value is (251,231,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100111 00111110
Octal 373 347 76
Decimal 251 231 62
Hex FB E7 3E

RGB Percentages of Color #fbe73e

%46.14
%42.46
%11.40

CMYK Percentages of Color #fbe73e

%0
%8
%75
%2

Triadic Colors of #fbe73e

#fbe73e #3efbe7 #e73efb

Analogous Colors of #fbe73e

#fbe73e #b1fb3e #fb893e

Monochromatic Colors of #fbe73e

#fbe73e

Complementary Color

#fbe73e #3e52fb

#fbe73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe73e Color CSS Codes

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

#fbe73e Text Font Color

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

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


#fbe73e Background Color

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

This div background color is #fbe73e


#fbe73e Border Color

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

This div border color is #fbe73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe73e

Related Colors


Comments

No comments written yet.

Please login to write comment.