Color Hex Logo

#bbb026 Color Hex

#BBB026
(187,176,38)
0 Favorites   0 Comments

Color spaces of #bbb026

RGB 18717638
HSL0.150.660.44
HSV56°80°73°
CMYK 0.000.060.80   0.27
XYZ36.368741.75547.9765
Yxy41.75540.42240.4850
Hunter Lab64.6184-12.618437.9141
CIE-Lab70.7020-10.721065.8012

#bbb026 color RGB value is (187,176,38).

#bbb026 hex color red value is 187, green value is 176 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #bbb026 hue: 0.15 , saturation: 0.66 and the lightness value of bbb026 is 0.44.

The process color (four color CMYK) of #bbb026 color hex is 0.00, 0.06, 0.80, 0.27. Web safe color of #bbb026 is #cc9933. Color #bbb026 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110000 00100110
Octal 273 260 46
Decimal 187 176 38
Hex BB B0 26

RGB Percentages of Color #bbb026

%46.63
%43.89
%9.48

CMYK Percentages of Color #bbb026

%0
%6
%80
%27

Triadic Colors of #bbb026

#bbb026 #26bbb0 #b026bb

Analogous Colors of #bbb026

#bbb026 #7cbb26 #bb6626

Monochromatic Colors of #bbb026

#bbb026

Complementary Color

#bbb026 #2631bb

#bbb026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb026 Color CSS Codes

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

#bbb026 Text Font Color

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

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


#bbb026 Background Color

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

This div background color is #bbb026


#bbb026 Border Color

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

This div border color is #bbb026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb026


Comments

No comments written yet.

Please login to write comment.