Color Hex Logo

#fbe03a Color Hex

#FBE03A
(251,224,58)
0 Favorites   0 Comments

Color spaces of #fbe03a

RGB 25122458
HSL0.140.960.61
HSV52°77°98°
CMYK 0.000.110.77   0.02
XYZ67.203074.126014.7688
Yxy74.12600.43050.4749
Hunter Lab86.0965-11.339850.0970
CIE-Lab88.9820-7.071178.2432

#fbe03a color RGB value is (251,224,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 00111010
Octal 373 340 72
Decimal 251 224 58
Hex FB E0 3A

RGB Percentages of Color #fbe03a

%47.09
%42.03
%10.88

CMYK Percentages of Color #fbe03a

%0
%11
%77
%2

Triadic Colors of #fbe03a

#fbe03a #3afbe0 #e03afb

Analogous Colors of #fbe03a

#fbe03a #b6fb3a #fb803a

Monochromatic Colors of #fbe03a

#fbe03a

Complementary Color

#fbe03a #3a55fb

#fbe03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe03a Color CSS Codes

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

#fbe03a Text Font Color

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

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


#fbe03a Background Color

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

This div background color is #fbe03a


#fbe03a Border Color

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

This div border color is #fbe03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe03a


Comments

No comments written yet.

Please login to write comment.