Color Hex Logo

#feb01e Color Hex

#FEB01E
(254,176,30)
0 Favorites   0 Comments

Color spaces of #feb01e

RGB 25417630
HSL0.110.990.56
HSV39°88°100°
CMYK 0.000.310.88   0.00
XYZ56.632752.21528.3220
Yxy52.21520.48330.4456
Hunter Lab72.260113.441443.7538
CIE-Lab77.409318.112776.1744

#feb01e color RGB value is (254,176,30).

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

The process color (four color CMYK) of #feb01e color hex is 0.00, 0.31, 0.88, 0.00. Web safe color of #feb01e is #ff9933. Color #feb01e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110000 00011110
Octal 376 260 36
Decimal 254 176 30
Hex FE B0 1E

RGB Percentages of Color #feb01e

%55.22
%38.26
%6.52

CMYK Percentages of Color #feb01e

%0
%31
%88
%0

Triadic Colors of #feb01e

#feb01e #1efeb0 #b01efe

Analogous Colors of #feb01e

#feb01e #dcfe1e #fe401e

Monochromatic Colors of #feb01e

#feb01e

Complementary Color

#feb01e #1e6cfe

#feb01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb01e Color CSS Codes

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

#feb01e Text Font Color

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

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


#feb01e Background Color

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

This div background color is #feb01e


#feb01e Border Color

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

This div border color is #feb01e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,176,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #feb01e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb01e


Comments

No comments written yet.

Please login to write comment.