Color Hex Logo

#fbe53f Color Hex

#FBE53F
(251,229,63)
0 Favorites   0 Comments

Color spaces of #fbe53f

RGB 25122963
HSL0.150.960.62
HSV53°75°98°
CMYK 0.000.090.75   0.02
XYZ68.700276.906715.9262
Yxy76.90670.42530.4761
Hunter Lab87.6965-13.634450.6201
CIE-Lab90.2787-9.376577.8617

#fbe53f color RGB value is (251,229,63).

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

The process color (four color CMYK) of #fbe53f color hex is 0.00, 0.09, 0.75, 0.02. Web safe color of #fbe53f is #ffcc33. Color #fbe53f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100101 00111111
Octal 373 345 77
Decimal 251 229 63
Hex FB E5 3F

RGB Percentages of Color #fbe53f

%46.22
%42.17
%11.60

CMYK Percentages of Color #fbe53f

%0
%9
%75
%2

Triadic Colors of #fbe53f

#fbe53f #3ffbe5 #e53ffb

Analogous Colors of #fbe53f

#fbe53f #b3fb3f #fb873f

Monochromatic Colors of #fbe53f

#fbe53f

Complementary Color

#fbe53f #3f55fb

#fbe53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe53f Color CSS Codes

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

#fbe53f Text Font Color

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

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


#fbe53f Background Color

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

This div background color is #fbe53f


#fbe53f Border Color

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

This div border color is #fbe53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe53f


Comments

No comments written yet.

Please login to write comment.