Color Hex Logo

#fbe02e Color Hex

#FBE02E
(251,224,46)
0 Favorites   0 Comments

Color spaces of #fbe02e

RGB 25122446
HSL0.140.960.58
HSV52°82°98°
CMYK 0.000.110.82   0.02
XYZ66.932574.017813.3439
Yxy74.01780.43380.4797
Hunter Lab86.0336-11.689251.0276
CIE-Lab88.9309-7.449381.5723

#fbe02e color RGB value is (251,224,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 00101110
Octal 373 340 56
Decimal 251 224 46
Hex FB E0 2E

RGB Percentages of Color #fbe02e

%48.18
%42.99
%8.83

CMYK Percentages of Color #fbe02e

%0
%11
%82
%2

Triadic Colors of #fbe02e

#fbe02e #2efbe0 #e02efb

Analogous Colors of #fbe02e

#fbe02e #b0fb2e #fb7a2e

Monochromatic Colors of #fbe02e

#fbe02e

Complementary Color

#fbe02e #2e49fb

#fbe02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe02e Color CSS Codes

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

#fbe02e Text Font Color

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

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


#fbe02e Background Color

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

This div background color is #fbe02e


#fbe02e Border Color

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

This div border color is #fbe02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe02e


Comments

No comments written yet.

Please login to write comment.