Color Hex Logo

#fbec16 Color Hex

#FBEC16
(251,236,22)
0 Favorites   0 Comments

Color spaces of #fbec16

RGB 25123622
HSL0.160.970.54
HSV56°91°98°
CMYK 0.000.060.91   0.02
XYZ69.923980.558112.6229
Yxy80.55810.42870.4939
Hunter Lab89.7542-18.007554.4895
CIE-Lab91.9347-13.866088.5737

#fbec16 color RGB value is (251,236,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101100 00010110
Octal 373 354 26
Decimal 251 236 22
Hex FB EC 16

RGB Percentages of Color #fbec16

%49.31
%46.37
%4.32

CMYK Percentages of Color #fbec16

%0
%6
%91
%2

Triadic Colors of #fbec16

#fbec16 #16fbec #ec16fb

Analogous Colors of #fbec16

#fbec16 #98fb16 #fb7a16

Monochromatic Colors of #fbec16

#fbec16

Complementary Color

#fbec16 #1625fb

#fbec16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbec16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbec16 Color CSS Codes

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

#fbec16 Text Font Color

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

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


#fbec16 Background Color

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

This div background color is #fbec16


#fbec16 Border Color

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

This div border color is #fbec16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbec16


Comments

No comments written yet.

Please login to write comment.