Color Hex Logo

#bbb102 Color Hex

#BBB102
(187,177,2)
0 Favorites   0 Comments

Color spaces of #bbb102

RGB 1871772
HSL0.160.980.37
HSV57°99°73°
CMYK 0.000.050.99   0.27
XYZ36.226642.01356.2575
Yxy42.01350.42870.4972
Hunter Lab64.8178-13.667839.6486
CIE-Lab70.8802-11.962872.6125

#bbb102 color RGB value is (187,177,2).

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

The process color (four color CMYK) of #bbb102 color hex is 0.00, 0.05, 0.99, 0.27. Web safe color of #bbb102 is #cc9900. Color #bbb102 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110001 00000010
Octal 273 261 2
Decimal 187 177 2
Hex BB B1 2

RGB Percentages of Color #bbb102

%51.09
%48.36
%0.55

CMYK Percentages of Color #bbb102

%0
%5
%99
%27

Triadic Colors of #bbb102

#bbb102 #02bbb1 #b102bb

Analogous Colors of #bbb102

#bbb102 #69bb02 #bb5502

Monochromatic Colors of #bbb102

#bbb102

Complementary Color

#bbb102 #020cbb

#bbb102 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb102 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb102 Color CSS Codes

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

#bbb102 Text Font Color

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

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


#bbb102 Background Color

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

This div background color is #bbb102


#bbb102 Border Color

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

This div border color is #bbb102


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb102


Comments

No comments written yet.

Please login to write comment.