Color Hex Logo

#fbe916 Color Hex

#FBE916
(251,233,22)
0 Favorites   0 Comments

Color spaces of #fbe916

RGB 25123322
HSL0.150.970.54
HSV55°91°98°
CMYK 0.000.070.91   0.02
XYZ69.067478.845012.3374
Yxy78.84500.43100.4920
Hunter Lab88.7947-16.547753.9184
CIE-Lab91.1641-12.395187.9860

#fbe916 color RGB value is (251,233,22).

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

The process color (four color CMYK) of #fbe916 color hex is 0.00, 0.07, 0.91, 0.02. Web safe color of #fbe916 is #ffff00. Color #fbe916 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101001 00010110
Octal 373 351 26
Decimal 251 233 22
Hex FB E9 16

RGB Percentages of Color #fbe916

%49.60
%46.05
%4.35

CMYK Percentages of Color #fbe916

%0
%7
%91
%2

Triadic Colors of #fbe916

#fbe916 #16fbe9 #e916fb

Analogous Colors of #fbe916

#fbe916 #9bfb16 #fb7716

Monochromatic Colors of #fbe916

#fbe916

Complementary Color

#fbe916 #1628fb

#fbe916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe916 Color CSS Codes

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

#fbe916 Text Font Color

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

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


#fbe916 Background Color

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

This div background color is #fbe916


#fbe916 Border Color

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

This div border color is #fbe916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe916


Comments

No comments written yet.

Please login to write comment.