Color Hex Logo

#fbe85e Color Hex

#FBE85E
(251,232,94)
0 Favorites   0 Comments

Color spaces of #fbe85e

RGB 25123294
HSL0.150.950.68
HSV53°63°98°
CMYK 0.000.080.63   0.02
XYZ70.660779.030622.1199
Yxy79.03060.41130.4600
Hunter Lab88.8992-13.694447.4769
CIE-Lab91.2481-9.326967.3385

#fbe85e color RGB value is (251,232,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101000 01011110
Octal 373 350 136
Decimal 251 232 94
Hex FB E8 5E

RGB Percentages of Color #fbe85e

%43.50
%40.21
%16.29

CMYK Percentages of Color #fbe85e

%0
%8
%63
%2

Triadic Colors of #fbe85e

#fbe85e #5efbe8 #e85efb

Analogous Colors of #fbe85e

#fbe85e #c0fb5e #fb9a5e

Monochromatic Colors of #fbe85e

#fbe85e

Complementary Color

#fbe85e #5e71fb

#fbe85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe85e Color CSS Codes

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

#fbe85e Text Font Color

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

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


#fbe85e Background Color

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

This div background color is #fbe85e


#fbe85e Border Color

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

This div border color is #fbe85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe85e

Related Colors


Comments

No comments written yet.

Please login to write comment.