Color Hex Logo

#feb116 Color Hex

#FEB116
(254,177,22)
0 Favorites   0 Comments

Color spaces of #feb116

RGB 25417722
HSL0.110.990.54
HSV40°91°100°
CMYK 0.000.300.91   0.00
XYZ56.740052.57307.9161
Yxy52.57300.48400.4485
Hunter Lab72.507212.796244.2820
CIE-Lab77.622217.460777.9444

#feb116 color RGB value is (254,177,22).

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

The process color (four color CMYK) of #feb116 color hex is 0.00, 0.30, 0.91, 0.00. Web safe color of #feb116 is #ff9900. Color #feb116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110001 00010110
Octal 376 261 26
Decimal 254 177 22
Hex FE B1 16

RGB Percentages of Color #feb116

%56.07
%39.07
%4.86

CMYK Percentages of Color #feb116

%0
%30
%91
%0

Triadic Colors of #feb116

#feb116 #16feb1 #b116fe

Analogous Colors of #feb116

#feb116 #d7fe16 #fe3d16

Monochromatic Colors of #feb116

#feb116

Complementary Color

#feb116 #1663fe

#feb116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb116 Color CSS Codes

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

#feb116 Text Font Color

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

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


#feb116 Background Color

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

This div background color is #feb116


#feb116 Border Color

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

This div border color is #feb116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb116


Comments

No comments written yet.

Please login to write comment.