Color Hex Logo

#fbe55e Color Hex

#FBE55E
(251,229,94)
0 Favorites   0 Comments

Color spaces of #fbe55e

RGB 25122994
HSL0.140.950.68
HSV52°63°98°
CMYK 0.000.090.63   0.02
XYZ69.823477.356021.8408
Yxy77.35600.41310.4577
Hunter Lab87.9523-12.209246.8434
CIE-Lab90.4852-7.834666.5197

#fbe55e color RGB value is (251,229,94).

#fbe55e hex color red value is 251, green value is 229 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #fbe55e hue: 0.14 , saturation: 0.95 and the lightness value of fbe55e is 0.68.

The process color (four color CMYK) of #fbe55e color hex is 0.00, 0.09, 0.63, 0.02. Web safe color of #fbe55e is #ffcc66. Color #fbe55e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100101 01011110
Octal 373 345 136
Decimal 251 229 94
Hex FB E5 5E

RGB Percentages of Color #fbe55e

%43.73
%39.90
%16.38

CMYK Percentages of Color #fbe55e

%0
%9
%63
%2

Triadic Colors of #fbe55e

#fbe55e #5efbe5 #e55efb

Analogous Colors of #fbe55e

#fbe55e #c3fb5e #fb975e

Monochromatic Colors of #fbe55e

#fbe55e

Complementary Color

#fbe55e #5e74fb

#fbe55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe55e Color CSS Codes

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

#fbe55e Text Font Color

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

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


#fbe55e Background Color

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

This div background color is #fbe55e


#fbe55e Border Color

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

This div border color is #fbe55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe55e


Comments

No comments written yet.

Please login to write comment.