Color Hex Logo

#feb01b Color Hex

#FEB01B
(254,176,27)
0 Favorites   0 Comments

Color spaces of #feb01b

RGB 25417627
HSL0.110.990.55
HSV39°89°100°
CMYK 0.000.310.89   0.00
XYZ56.596252.20068.1297
Yxy52.20060.48400.4464
Hunter Lab72.250013.388543.9036
CIE-Lab77.400618.059876.8182

#feb01b color RGB value is (254,176,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110000 00011011
Octal 376 260 33
Decimal 254 176 27
Hex FE B0 1B

RGB Percentages of Color #feb01b

%55.58
%38.51
%5.91

CMYK Percentages of Color #feb01b

%0
%31
%89
%0

Triadic Colors of #feb01b

#feb01b #1bfeb0 #b01bfe

Analogous Colors of #feb01b

#feb01b #dbfe1b #fe3f1b

Monochromatic Colors of #feb01b

#feb01b

Complementary Color

#feb01b #1b69fe

#feb01b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb01b Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb01b Color CSS Codes

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

#feb01b Text Font Color

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

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


#feb01b Background Color

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

This div background color is #feb01b


#feb01b Border Color

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

This div border color is #feb01b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb01b


Comments

No comments written yet.

Please login to write comment.