Color Hex Logo

#fbef16 Color Hex

#FBEF16
(251,239,22)
0 Favorites   0 Comments

Color spaces of #fbef16

RGB 25123922
HSL0.160.970.54
HSV57°91°98°
CMYK 0.000.050.91   0.02
XYZ70.795082.300212.9133
Yxy82.30020.42650.4958
Hunter Lab90.7195-19.462555.0641
CIE-Lab92.7072-15.329189.1634

#fbef16 color RGB value is (251,239,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 00010110
Octal 373 357 26
Decimal 251 239 22
Hex FB EF 16

RGB Percentages of Color #fbef16

%49.02
%46.68
%4.30

CMYK Percentages of Color #fbef16

%0
%5
%91
%2

Triadic Colors of #fbef16

#fbef16 #16fbef #ef16fb

Analogous Colors of #fbef16

#fbef16 #95fb16 #fb7d16

Monochromatic Colors of #fbef16

#fbef16

Complementary Color

#fbef16 #1622fb

#fbef16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbef16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbef16 Color CSS Codes

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

#fbef16 Text Font Color

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

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


#fbef16 Background Color

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

This div background color is #fbef16


#fbef16 Border Color

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

This div border color is #fbef16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbef16


Comments

No comments written yet.

Please login to write comment.