Color Hex Logo

#fbe95b Color Hex

#FBE95B
(251,233,91)
0 Favorites   0 Comments

Color spaces of #fbe95b

RGB 25123391
HSL0.150.950.67
HSV53°64°98°
CMYK 0.000.070.64   0.02
XYZ70.810979.542421.5186
Yxy79.54240.41200.4628
Hunter Lab89.1865-14.353948.1253
CIE-Lab91.4791-10.001968.8119

#fbe95b color RGB value is (251,233,91).

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

The process color (four color CMYK) of #fbe95b color hex is 0.00, 0.07, 0.64, 0.02. Web safe color of #fbe95b is #ffff66. Color #fbe95b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101001 01011011
Octal 373 351 133
Decimal 251 233 91
Hex FB E9 5B

RGB Percentages of Color #fbe95b

%43.65
%40.52
%15.83

CMYK Percentages of Color #fbe95b

%0
%7
%64
%2

Triadic Colors of #fbe95b

#fbe95b #5bfbe9 #e95bfb

Analogous Colors of #fbe95b

#fbe95b #bdfb5b #fb995b

Monochromatic Colors of #fbe95b

#fbe95b

Complementary Color

#fbe95b #5b6dfb

#fbe95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe95b Color CSS Codes

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

#fbe95b Text Font Color

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

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


#fbe95b Background Color

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

This div background color is #fbe95b


#fbe95b Border Color

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

This div border color is #fbe95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe95b


Comments

No comments written yet.

Please login to write comment.