Color Hex Logo

#ffbb1f Color Hex

#FFBB1F
(255,187,31)
0 Favorites   0 Comments

Color spaces of #ffbb1f

RGB 25518731
HSL0.121.000.56
HSV42°88°100°
CMYK 0.000.270.88   0.00
XYZ59.257656.89969.1558
Yxy56.89960.47290.4541
Hunter Lab75.43188.220045.6057
CIE-Lab80.123112.817978.1084

#ffbb1f color RGB value is (255,187,31).

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

The process color (four color CMYK) of #ffbb1f color hex is 0.00, 0.27, 0.88, 0.00. Web safe color of #ffbb1f is #ffcc33. Color #ffbb1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111011 00011111
Octal 377 273 37
Decimal 255 187 31
Hex FF BB 1F

RGB Percentages of Color #ffbb1f

%53.91
%39.53
%6.55

CMYK Percentages of Color #ffbb1f

%0
%27
%88
%0

Triadic Colors of #ffbb1f

#ffbb1f #1fffbb #bb1fff

Analogous Colors of #ffbb1f

#ffbb1f #d3ff1f #ff4b1f

Monochromatic Colors of #ffbb1f

#ffbb1f

Complementary Color

#ffbb1f #1f63ff

#ffbb1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbb1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbb1f Color CSS Codes

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

#ffbb1f Text Font Color

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

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


#ffbb1f Background Color

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

This div background color is #ffbb1f


#ffbb1f Border Color

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

This div border color is #ffbb1f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,187,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbb1f


Comments

No comments written yet.

Please login to write comment.