Color Hex Logo

#bbba2d Color Hex

#BBBA2D
(187,186,45)
0 Favorites   0 Comments

Color spaces of #bbba2d

RGB 18718645
HSL0.170.610.45
HSV60°76°73°
CMYK 0.000.010.76   0.27
XYZ38.526145.87219.3063
Yxy45.87210.41110.4895
Hunter Lab67.7289-16.989939.2635
CIE-Lab73.4625-15.579666.1470

#bbba2d color RGB value is (187,186,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 00101101
Octal 273 272 55
Decimal 187 186 45
Hex BB BA 2D

RGB Percentages of Color #bbba2d

%44.74
%44.50
%10.77

CMYK Percentages of Color #bbba2d

%0
%1
%76
%27

Triadic Colors of #bbba2d

#bbba2d #2dbbba #ba2dbb

Analogous Colors of #bbba2d

#bbba2d #75bb2d #bb732d

Monochromatic Colors of #bbba2d

#bbba2d

Complementary Color

#bbba2d #2d2ebb

#bbba2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbba2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbba2d Color CSS Codes

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

#bbba2d Text Font Color

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

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


#bbba2d Background Color

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

This div background color is #bbba2d


#bbba2d Border Color

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

This div border color is #bbba2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbba2d


Comments

No comments written yet.

Please login to write comment.