Color Hex Logo

#ffbb21 Color Hex

#FFBB21
(255,187,33)
0 Favorites   0 Comments

Color spaces of #ffbb21

RGB 25518733
HSL0.121.000.56
HSV42°87°100°
CMYK 0.000.270.87   0.00
XYZ59.284856.91059.2990
Yxy56.91050.47240.4535
Hunter Lab75.43908.258345.4989
CIE-Lab80.129212.856877.6645

#ffbb21 color RGB value is (255,187,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111011 00100001
Octal 377 273 41
Decimal 255 187 33
Hex FF BB 21

RGB Percentages of Color #ffbb21

%53.68
%39.37
%6.95

CMYK Percentages of Color #ffbb21

%0
%27
%87
%0

Triadic Colors of #ffbb21

#ffbb21 #21ffbb #bb21ff

Analogous Colors of #ffbb21

#ffbb21 #d4ff21 #ff4c21

Monochromatic Colors of #ffbb21

#ffbb21

Complementary Color

#ffbb21 #2165ff

#ffbb21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffbb21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffbb21 Color CSS Codes

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

#ffbb21 Text Font Color

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

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


#ffbb21 Background Color

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

This div background color is #ffbb21


#ffbb21 Border Color

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

This div border color is #ffbb21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffbb21

#ffbb21 Color Palettes


Comments

No comments written yet.

Please login to write comment.