Color Hex Logo

#fbee16 Color Hex

#FBEE16
(251,238,22)
0 Favorites   0 Comments

Color spaces of #fbee16

RGB 25123822
HSL0.160.970.54
HSV57°91°98°
CMYK 0.000.050.91   0.02
XYZ70.503081.716212.8160
Yxy81.71620.42720.4951
Hunter Lab90.3970-18.977954.8721
CIE-Lab92.4495-14.842288.9665

#fbee16 color RGB value is (251,238,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101110 00010110
Octal 373 356 26
Decimal 251 238 22
Hex FB EE 16

RGB Percentages of Color #fbee16

%49.12
%46.58
%4.31

CMYK Percentages of Color #fbee16

%0
%5
%91
%2

Triadic Colors of #fbee16

#fbee16 #16fbee #ee16fb

Analogous Colors of #fbee16

#fbee16 #96fb16 #fb7c16

Monochromatic Colors of #fbee16

#fbee16

Complementary Color

#fbee16 #1623fb

#fbee16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbee16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbee16 Color CSS Codes

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

#fbee16 Text Font Color

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

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


#fbee16 Background Color

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

This div background color is #fbee16


#fbee16 Border Color

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

This div border color is #fbee16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbee16


Comments

No comments written yet.

Please login to write comment.