Color Hex Logo

#bbb123 Color Hex

#BBB123
(187,177,35)
0 Favorites   0 Comments

Color spaces of #bbb123

RGB 18717735
HSL0.160.680.44
HSV56°81°73°
CMYK 0.000.050.81   0.27
XYZ36.519042.13047.7973
Yxy42.13040.42240.4874
Hunter Lab64.9079-13.159838.3131
CIE-Lab70.9607-11.337166.8788

#bbb123 color RGB value is (187,177,35).

#bbb123 hex color red value is 187, green value is 177 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #bbb123 hue: 0.16 , saturation: 0.68 and the lightness value of bbb123 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 00100011
Octal 273 261 43
Decimal 187 177 35
Hex BB B1 23

RGB Percentages of Color #bbb123

%46.87
%44.36
%8.77

CMYK Percentages of Color #bbb123

%0
%5
%81
%27

Triadic Colors of #bbb123

#bbb123 #23bbb1 #b123bb

Analogous Colors of #bbb123

#bbb123 #79bb23 #bb6523

Monochromatic Colors of #bbb123

#bbb123

Complementary Color

#bbb123 #232dbb

#bbb123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb123 Color CSS Codes

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

#bbb123 Text Font Color

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

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


#bbb123 Background Color

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

This div background color is #bbb123


#bbb123 Border Color

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

This div border color is #bbb123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb123


Comments

No comments written yet.

Please login to write comment.