Color Hex Logo

#ffb11e Color Hex

#FFB11E
(255,177,30)
0 Favorites   0 Comments

Color spaces of #ffb11e

RGB 25517730
HSL0.111.000.56
HSV39°88°100°
CMYK 0.000.310.88   0.00
XYZ57.196552.79808.4048
Yxy52.79800.48310.4459
Hunter Lab72.662213.348444.0055
CIE-Lab77.755618.011976.4908

#ffb11e color RGB value is (255,177,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110001 00011110
Octal 377 261 36
Decimal 255 177 30
Hex FF B1 1E

RGB Percentages of Color #ffb11e

%55.19
%38.31
%6.49

CMYK Percentages of Color #ffb11e

%0
%31
%88
%0

Triadic Colors of #ffb11e

#ffb11e #1effb1 #b11eff

Analogous Colors of #ffb11e

#ffb11e #ddff1e #ff411e

Monochromatic Colors of #ffb11e

#ffb11e

Complementary Color

#ffb11e #1e6cff

#ffb11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb11e Color CSS Codes

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

#ffb11e Text Font Color

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

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


#ffb11e Background Color

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

This div background color is #ffb11e


#ffb11e Border Color

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

This div border color is #ffb11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb11e

#ffb11e Color Palettes


Comments

No comments written yet.

Please login to write comment.