Color Hex Logo

#bbcb06 Color Hex

#BBCB06
(187,203,6)
0 Favorites   0 Comments

Color spaces of #bbcb06

RGB 1872036
HSL0.180.940.41
HSV65°97°80°
CMYK 0.080.000.97   0.20
XYZ41.882353.28988.2508
Yxy53.28980.40500.5153
Hunter Lab72.9999-25.338744.3987
CIE-Lab78.0458-24.887877.5145

#bbcb06 color RGB value is (187,203,6).

#bbcb06 hex color red value is 187, green value is 203 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #bbcb06 hue: 0.18 , saturation: 0.94 and the lightness value of bbcb06 is 0.41.

The process color (four color CMYK) of #bbcb06 color hex is 0.08, 0.00, 0.97, 0.20. Web safe color of #bbcb06 is #cccc00. Color #bbcb06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 00000110
Octal 273 313 6
Decimal 187 203 6
Hex BB CB 6

RGB Percentages of Color #bbcb06

%47.22
%51.26
%1.52

CMYK Percentages of Color #bbcb06

%8
%0
%97
%20

Triadic Colors of #bbcb06

#bbcb06 #06bbcb #cb06bb

Analogous Colors of #bbcb06

#bbcb06 #58cb06 #cb7906

Monochromatic Colors of #bbcb06

#bbcb06

Complementary Color

#bbcb06 #1606cb

#bbcb06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcb06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcb06 Color CSS Codes

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

#bbcb06 Text Font Color

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

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


#bbcb06 Background Color

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

This div background color is #bbcb06


#bbcb06 Border Color

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

This div border color is #bbcb06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcb06


Comments

No comments written yet.

Please login to write comment.