Color Hex Logo

#bbbd2b Color Hex

#BBBD2B
(187,189,43)
0 Favorites   0 Comments

Color spaces of #bbbd2b

RGB 18718943
HSL0.170.630.45
HSV61°77°74°
CMYK 0.010.000.77   0.26
XYZ39.127247.13449.3211
Yxy47.13440.40940.4931
Hunter Lab68.6545-18.415640.0084
CIE-Lab74.2757-17.170267.5024

#bbbd2b color RGB value is (187,189,43).

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

The process color (four color CMYK) of #bbbd2b color hex is 0.01, 0.00, 0.77, 0.26. Web safe color of #bbbd2b is #cccc33. Color #bbbd2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111101 00101011
Octal 273 275 53
Decimal 187 189 43
Hex BB BD 2B

RGB Percentages of Color #bbbd2b

%44.63
%45.11
%10.26

CMYK Percentages of Color #bbbd2b

%1
%0
%77
%26

Triadic Colors of #bbbd2b

#bbbd2b #2bbbbd #bd2bbb

Analogous Colors of #bbbd2b

#bbbd2b #72bd2b #bd762b

Monochromatic Colors of #bbbd2b

#bbbd2b

Complementary Color

#bbbd2b #2d2bbd

#bbbd2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbd2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbd2b Color CSS Codes

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

#bbbd2b Text Font Color

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

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


#bbbd2b Background Color

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

This div background color is #bbbd2b


#bbbd2b Border Color

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

This div border color is #bbbd2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbd2b


Comments

No comments written yet.

Please login to write comment.