Color Hex Logo

#fbe981 Color Hex

#FBE981
(251,233,129)
0 Favorites   0 Comments

Color spaces of #fbe981

RGB 251233129
HSL0.140.940.75
HSV51°49°98°
CMYK 0.000.070.49   0.02
XYZ72.885080.372032.4408
Yxy80.37200.39250.4328
Hunter Lab89.6504-11.769441.3007
CIE-Lab91.8515-7.223952.3712

#fbe981 color RGB value is (251,233,129).

#fbe981 hex color red value is 251, green value is 233 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #fbe981 hue: 0.14 , saturation: 0.94 and the lightness value of fbe981 is 0.75.

The process color (four color CMYK) of #fbe981 color hex is 0.00, 0.07, 0.49, 0.02. Web safe color of #fbe981 is #ffff99. Color #fbe981 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101001 10000001
Octal 373 351 201
Decimal 251 233 129
Hex FB E9 81

RGB Percentages of Color #fbe981

%40.95
%38.01
%21.04

CMYK Percentages of Color #fbe981

%0
%7
%49
%2

Triadic Colors of #fbe981

#fbe981 #81fbe9 #e981fb

Analogous Colors of #fbe981

#fbe981 #d0fb81 #fbac81

Monochromatic Colors of #fbe981

#fbe981

Complementary Color

#fbe981 #8193fb

#fbe981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe981 Color CSS Codes

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

#fbe981 Text Font Color

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

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


#fbe981 Background Color

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

This div background color is #fbe981


#fbe981 Border Color

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

This div border color is #fbe981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe981

#fbe981 Color Palettes


Comments

No comments written yet.

Please login to write comment.