Color Hex Logo

#fbe85f Color Hex

#FBE85F
(251,232,95)
0 Favorites   0 Comments

Color spaces of #fbe85f

RGB 25123295
HSL0.150.950.68
HSV53°62°98°
CMYK 0.000.080.62   0.02
XYZ70.705879.048722.3578
Yxy79.04870.41080.4593
Hunter Lab88.9093-13.637947.3270
CIE-Lab91.2563-9.265866.9326

#fbe85f color RGB value is (251,232,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101000 01011111
Octal 373 350 137
Decimal 251 232 95
Hex FB E8 5F

RGB Percentages of Color #fbe85f

%43.43
%40.14
%16.44

CMYK Percentages of Color #fbe85f

%0
%8
%62
%2

Triadic Colors of #fbe85f

#fbe85f #5ffbe8 #e85ffb

Analogous Colors of #fbe85f

#fbe85f #c0fb5f #fb9a5f

Monochromatic Colors of #fbe85f

#fbe85f

Complementary Color

#fbe85f #5f72fb

#fbe85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe85f Color CSS Codes

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

#fbe85f Text Font Color

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

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


#fbe85f Background Color

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

This div background color is #fbe85f


#fbe85f Border Color

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

This div border color is #fbe85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe85f


Comments

No comments written yet.

Please login to write comment.