Color Hex Logo

#bbcb29 Color Hex

#BBCB29
(187,203,41)
0 Favorites   0 Comments

Color spaces of #bbcb29

RGB 18720341
HSL0.180.660.48
HSV66°80°80°
CMYK 0.080.000.80   0.20
XYZ42.249753.436810.1854
Yxy53.43680.39910.5047
Hunter Lab73.1005-24.758642.9092
CIE-Lab78.1322-24.150971.5073

#bbcb29 color RGB value is (187,203,41).

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

The process color (four color CMYK) of #bbcb29 color hex is 0.08, 0.00, 0.80, 0.20. Web safe color of #bbcb29 is #cccc33. Color #bbcb29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 00101001
Octal 273 313 51
Decimal 187 203 41
Hex BB CB 29

RGB Percentages of Color #bbcb29

%43.39
%47.10
%9.51

CMYK Percentages of Color #bbcb29

%8
%0
%80
%20

Triadic Colors of #bbcb29

#bbcb29 #29bbcb #cb29bb

Analogous Colors of #bbcb29

#bbcb29 #6acb29 #cb8a29

Monochromatic Colors of #bbcb29

#bbcb29

Complementary Color

#bbcb29 #3929cb

#bbcb29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcb29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcb29 Color CSS Codes

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

#bbcb29 Text Font Color

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

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


#bbcb29 Background Color

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

This div background color is #bbcb29


#bbcb29 Border Color

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

This div border color is #bbcb29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcb29


Comments

No comments written yet.

Please login to write comment.