Color Hex Logo

#fbef5e Color Hex

#FBEF5E
(251,239,94)
0 Favorites   0 Comments

Color spaces of #fbef5e

RGB 25123994
HSL0.150.950.68
HSV55°63°98°
CMYK 0.000.050.63   0.02
XYZ72.670583.050422.7899
Yxy83.05040.40710.4652
Hunter Lab91.1320-17.141548.9654
CIE-Lab93.0365-12.781069.2466

#fbef5e color RGB value is (251,239,94).

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

The process color (four color CMYK) of #fbef5e color hex is 0.00, 0.05, 0.63, 0.02. Web safe color of #fbef5e is #ffff66. Color #fbef5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 01011110
Octal 373 357 136
Decimal 251 239 94
Hex FB EF 5E

RGB Percentages of Color #fbef5e

%42.98
%40.92
%16.10

CMYK Percentages of Color #fbef5e

%0
%5
%63
%2

Triadic Colors of #fbef5e

#fbef5e #5efbef #ef5efb

Analogous Colors of #fbef5e

#fbef5e #b9fb5e #fba15e

Monochromatic Colors of #fbef5e

#fbef5e

Complementary Color

#fbef5e #5e6afb

#fbef5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbef5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbef5e Color CSS Codes

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

#fbef5e Text Font Color

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

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


#fbef5e Background Color

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

This div background color is #fbef5e


#fbef5e Border Color

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

This div border color is #fbef5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbef5e

Related Colors


Comments

No comments written yet.

Please login to write comment.