Color Hex Logo

#ffbb32 Color Hex

#FFBB32
(255,187,50)
0 Favorites   0 Comments

Color spaces of #ffbb32

RGB 25518750
HSL0.111.000.60
HSV40°80°100°
CMYK 0.000.270.80   0.00
XYZ59.586057.030910.8852
Yxy57.03090.46730.4473
Hunter Lab75.51888.682544.3172
CIE-Lab80.197013.287173.0339

#ffbb32 color RGB value is (255,187,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111011 00110010
Octal 377 273 62
Decimal 255 187 50
Hex FF BB 32

RGB Percentages of Color #ffbb32

%51.83
%38.01
%10.16

CMYK Percentages of Color #ffbb32

%0
%27
%80
%0

Triadic Colors of #ffbb32

#ffbb32 #32ffbb #bb32ff

Analogous Colors of #ffbb32

#ffbb32 #ddff32 #ff5432

Monochromatic Colors of #ffbb32

#ffbb32

Complementary Color

#ffbb32 #3276ff

#ffbb32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbb32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbb32 Color CSS Codes

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

#ffbb32 Text Font Color

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

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


#ffbb32 Background Color

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

This div background color is #ffbb32


#ffbb32 Border Color

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

This div border color is #ffbb32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbb32

Related Colors


Comments

No comments written yet.

Please login to write comment.