Color Hex Logo

#febc16 Color Hex

#FEBC16
(254,188,22)
0 Favorites   0 Comments

Color spaces of #febc16

RGB 25418822
HSL0.120.990.54
HSV43°91°100°
CMYK 0.000.260.91   0.00
XYZ59.001157.09528.6698
Yxy57.09520.47290.4576
Hunter Lab75.56147.147046.0901
CIE-Lab80.233111.726579.8767

#febc16 color RGB value is (254,188,22).

#febc16 hex color red value is 254, green value is 188 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #febc16 hue: 0.12 , saturation: 0.99 and the lightness value of febc16 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111100 00010110
Octal 376 274 26
Decimal 254 188 22
Hex FE BC 16

RGB Percentages of Color #febc16

%54.74
%40.52
%4.74

CMYK Percentages of Color #febc16

%0
%26
%91
%0

Triadic Colors of #febc16

#febc16 #16febc #bc16fe

Analogous Colors of #febc16

#febc16 #ccfe16 #fe4816

Monochromatic Colors of #febc16

#febc16

Complementary Color

#febc16 #1658fe

#febc16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febc16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#febc16 Color CSS Codes

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

#febc16 Text Font Color

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

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


#febc16 Background Color

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

This div background color is #febc16


#febc16 Border Color

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

This div border color is #febc16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febc16


Comments

No comments written yet.

Please login to write comment.