Color Hex Logo

#fbe83f Color Hex

#FBE83F
(251,232,63)
0 Favorites   0 Comments

Color spaces of #fbe83f

RGB 25123263
HSL0.150.960.62
HSV54°75°98°
CMYK 0.000.080.75   0.02
XYZ69.537578.581316.2053
Yxy78.58130.42320.4782
Hunter Lab88.6461-15.108251.2135
CIE-Lab91.0445-10.862078.5701

#fbe83f color RGB value is (251,232,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101000 00111111
Octal 373 350 77
Decimal 251 232 63
Hex FB E8 3F

RGB Percentages of Color #fbe83f

%45.97
%42.49
%11.54

CMYK Percentages of Color #fbe83f

%0
%8
%75
%2

Triadic Colors of #fbe83f

#fbe83f #3ffbe8 #e83ffb

Analogous Colors of #fbe83f

#fbe83f #b0fb3f #fb8a3f

Monochromatic Colors of #fbe83f

#fbe83f

Complementary Color

#fbe83f #3f52fb

#fbe83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe83f Color CSS Codes

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

#fbe83f Text Font Color

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

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


#fbe83f Background Color

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

This div background color is #fbe83f


#fbe83f Border Color

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

This div border color is #fbe83f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,232,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 #fbe83f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe83f


Comments

No comments written yet.

Please login to write comment.