Color Hex Logo

#bbb022 Color Hex

#BBB022
(187,176,34)
0 Favorites   0 Comments

Color spaces of #bbb022

RGB 18717634
HSL0.150.690.43
HSV56°82°73°
CMYK 0.000.060.82   0.27
XYZ36.307641.73107.6546
Yxy41.73100.42370.4870
Hunter Lab64.5995-12.724838.1942
CIE-Lab70.6851-10.851666.9133

#bbb022 color RGB value is (187,176,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110000 00100010
Octal 273 260 42
Decimal 187 176 34
Hex BB B0 22

RGB Percentages of Color #bbb022

%47.10
%44.33
%8.56

CMYK Percentages of Color #bbb022

%0
%6
%82
%27

Triadic Colors of #bbb022

#bbb022 #22bbb0 #b022bb

Analogous Colors of #bbb022

#bbb022 #7abb22 #bb6422

Monochromatic Colors of #bbb022

#bbb022

Complementary Color

#bbb022 #222dbb

#bbb022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb022 Color CSS Codes

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

#bbb022 Text Font Color

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

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


#bbb022 Background Color

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

This div background color is #bbb022


#bbb022 Border Color

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

This div border color is #bbb022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb022


Comments

No comments written yet.

Please login to write comment.