Color Hex Logo

#fbe03f Color Hex

#FBE03F
(251,224,63)
0 Favorites   0 Comments

Color spaces of #fbe03f

RGB 25122463
HSL0.140.960.62
HSV51°75°98°
CMYK 0.000.110.75   0.02
XYZ67.336574.179415.4717
Yxy74.17940.42890.4725
Hunter Lab86.1275-11.167549.6385
CIE-Lab89.0072-6.885076.6816

#fbe03f color RGB value is (251,224,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 00111111
Octal 373 340 77
Decimal 251 224 63
Hex FB E0 3F

RGB Percentages of Color #fbe03f

%46.65
%41.64
%11.71

CMYK Percentages of Color #fbe03f

%0
%11
%75
%2

Triadic Colors of #fbe03f

#fbe03f #3ffbe0 #e03ffb

Analogous Colors of #fbe03f

#fbe03f #b8fb3f #fb823f

Monochromatic Colors of #fbe03f

#fbe03f

Complementary Color

#fbe03f #3f5afb

#fbe03f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe03f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe03f Color CSS Codes

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

#fbe03f Text Font Color

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

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


#fbe03f Background Color

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

This div background color is #fbe03f


#fbe03f Border Color

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

This div border color is #fbe03f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe03f


Comments

No comments written yet.

Please login to write comment.