Color Hex Logo

#fbe216 Color Hex

#FBE216
(251,226,22)
0 Favorites   0 Comments

Color spaces of #fbe216

RGB 25122622
HSL0.150.970.54
HSV53°91°98°
CMYK 0.000.100.91   0.02
XYZ67.124874.959911.6899
Yxy74.95990.43650.4875
Hunter Lab86.5794-13.123352.6003
CIE-Lab89.3742-8.934586.6235

#fbe216 color RGB value is (251,226,22).

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

The process color (four color CMYK) of #fbe216 color hex is 0.00, 0.10, 0.91, 0.02. Web safe color of #fbe216 is #ffcc00. Color #fbe216 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100010 00010110
Octal 373 342 26
Decimal 251 226 22
Hex FB E2 16

RGB Percentages of Color #fbe216

%50.30
%45.29
%4.41

CMYK Percentages of Color #fbe216

%0
%10
%91
%2

Triadic Colors of #fbe216

#fbe216 #16fbe2 #e216fb

Analogous Colors of #fbe216

#fbe216 #a2fb16 #fb7016

Monochromatic Colors of #fbe216

#fbe216

Complementary Color

#fbe216 #162ffb

#fbe216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe216 Color CSS Codes

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

#fbe216 Text Font Color

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

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


#fbe216 Background Color

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

This div background color is #fbe216


#fbe216 Border Color

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

This div border color is #fbe216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe216

#fbe216 Color Palettes


Comments

No comments written yet.

Please login to write comment.