Color Hex Logo

#fbe73f Color Hex

#FBE73F
(251,231,63)
0 Favorites   0 Comments

Color spaces of #fbe73f

RGB 25123163
HSL0.150.960.62
HSV54°75°98°
CMYK 0.000.080.75   0.02
XYZ69.256878.019916.1118
Yxy78.01990.42390.4775
Hunter Lab88.3289-14.617551.0153
CIE-Lab90.7890-10.367678.3338

#fbe73f color RGB value is (251,231,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100111 00111111
Octal 373 347 77
Decimal 251 231 63
Hex FB E7 3F

RGB Percentages of Color #fbe73f

%46.06
%42.39
%11.56

CMYK Percentages of Color #fbe73f

%0
%8
%75
%2

Triadic Colors of #fbe73f

#fbe73f #3ffbe7 #e73ffb

Analogous Colors of #fbe73f

#fbe73f #b1fb3f #fb893f

Monochromatic Colors of #fbe73f

#fbe73f

Complementary Color

#fbe73f #3f53fb

#fbe73f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe73f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe73f Color CSS Codes

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

#fbe73f Text Font Color

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

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


#fbe73f Background Color

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

This div background color is #fbe73f


#fbe73f Border Color

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

This div border color is #fbe73f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe73f


Comments

No comments written yet.

Please login to write comment.