Color Hex Logo

#bbb240 Color Hex

#BBB240
(187,178,64)
0 Favorites   0 Comments

Color spaces of #bbb240

RGB 18717864
HSL0.150.490.49
HSV56°66°73°
CMYK 0.000.050.66   0.27
XYZ37.339342.775811.1390
Yxy42.77580.40920.4688
Hunter Lab65.4032-12.548335.6844
CIE-Lab71.4025-10.539957.1552

#bbb240 color RGB value is (187,178,64).

#bbb240 hex color red value is 187, green value is 178 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #bbb240 hue: 0.15 , saturation: 0.49 and the lightness value of bbb240 is 0.49.

The process color (four color CMYK) of #bbb240 color hex is 0.00, 0.05, 0.66, 0.27. Web safe color of #bbb240 is #cc9933. Color #bbb240 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110010 01000000
Octal 273 262 100
Decimal 187 178 64
Hex BB B2 40

RGB Percentages of Color #bbb240

%43.59
%41.49
%14.92

CMYK Percentages of Color #bbb240

%0
%5
%66
%27

Triadic Colors of #bbb240

#bbb240 #40bbb2 #b240bb

Analogous Colors of #bbb240

#bbb240 #87bb40 #bb7540

Monochromatic Colors of #bbb240

#bbb240

Complementary Color

#bbb240 #4049bb

#bbb240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb240 Color CSS Codes

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

#bbb240 Text Font Color

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

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


#bbb240 Background Color

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

This div background color is #bbb240


#bbb240 Border Color

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

This div border color is #bbb240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb240


Comments

No comments written yet.

Please login to write comment.