Color Hex Logo

#fbe95e Color Hex

#FBE95E
(251,233,94)
0 Favorites   0 Comments

Color spaces of #fbe95e

RGB 25123394
HSL0.150.950.68
HSV53°63°98°
CMYK 0.000.070.63   0.02
XYZ70.943079.595222.2140
Yxy79.59520.41070.4607
Hunter Lab89.2161-14.188447.6886
CIE-Lab91.5029-9.822767.6113

#fbe95e color RGB value is (251,233,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101001 01011110
Octal 373 351 136
Decimal 251 233 94
Hex FB E9 5E

RGB Percentages of Color #fbe95e

%43.43
%40.31
%16.26

CMYK Percentages of Color #fbe95e

%0
%7
%63
%2

Triadic Colors of #fbe95e

#fbe95e #5efbe9 #e95efb

Analogous Colors of #fbe95e

#fbe95e #bffb5e #fb9b5e

Monochromatic Colors of #fbe95e

#fbe95e

Complementary Color

#fbe95e #5e70fb

#fbe95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe95e Color CSS Codes

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

#fbe95e Text Font Color

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

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


#fbe95e Background Color

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

This div background color is #fbe95e


#fbe95e Border Color

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

This div border color is #fbe95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe95e

Related Colors


Comments

No comments written yet.

Please login to write comment.