Color Hex Logo

#bbba21 Color Hex

#BBBA21
(187,186,33)
0 Favorites   0 Comments

Color spaces of #bbba21

RGB 18718633
HSL0.170.700.43
HSV60°82°73°
CMYK 0.000.010.82   0.27
XYZ38.326945.79248.2576
Yxy45.79240.41490.4957
Hunter Lab67.6701-17.324040.1341
CIE-Lab73.4106-15.995069.4996

#bbba21 color RGB value is (187,186,33).

#bbba21 hex color red value is 187, green value is 186 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #bbba21 hue: 0.17 , saturation: 0.70 and the lightness value of bbba21 is 0.43.

The process color (four color CMYK) of #bbba21 color hex is 0.00, 0.01, 0.82, 0.27. Web safe color of #bbba21 is #cccc33. Color #bbba21 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 00100001
Octal 273 272 41
Decimal 187 186 33
Hex BB BA 21

RGB Percentages of Color #bbba21

%46.06
%45.81
%8.13

CMYK Percentages of Color #bbba21

%0
%1
%82
%27

Triadic Colors of #bbba21

#bbba21 #21bbba #ba21bb

Analogous Colors of #bbba21

#bbba21 #6fbb21 #bb6d21

Monochromatic Colors of #bbba21

#bbba21

Complementary Color

#bbba21 #2122bb

#bbba21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbba21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbba21 Color CSS Codes

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

#bbba21 Text Font Color

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

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


#bbba21 Background Color

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

This div background color is #bbba21


#bbba21 Border Color

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

This div border color is #bbba21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbba21


Comments

No comments written yet.

Please login to write comment.