Color Hex Logo

#feb02e Color Hex

#FEB02E
(254,176,46)
0 Favorites   0 Comments

Color spaces of #feb02e

RGB 25417646
HSL0.100.990.59
HSV38°82°100°
CMYK 0.000.310.82   0.00
XYZ56.891552.31889.6848
Yxy52.31880.47850.4400
Hunter Lab72.331713.816142.6936
CIE-Lab77.471118.486571.8799

#feb02e color RGB value is (254,176,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110000 00101110
Octal 376 260 56
Decimal 254 176 46
Hex FE B0 2E

RGB Percentages of Color #feb02e

%53.36
%36.97
%9.66

CMYK Percentages of Color #feb02e

%0
%31
%82
%0

Triadic Colors of #feb02e

#feb02e #2efeb0 #b02efe

Analogous Colors of #feb02e

#feb02e #e4fe2e #fe482e

Monochromatic Colors of #feb02e

#feb02e

Complementary Color

#feb02e #2e7cfe

#feb02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb02e Color CSS Codes

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

#feb02e Text Font Color

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

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


#feb02e Background Color

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

This div background color is #feb02e


#feb02e Border Color

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

This div border color is #feb02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb02e


Comments

No comments written yet.

Please login to write comment.