color codes Logo

#bbcb15 color codes

#BBCB15
(187,203,21)
0 Favorites   0 Comments

Color spaces of #bbcb15

RGB 18720321
HSL0.180.810.44
HSV65°90°80°
CMYK 0.080.000.90   0.20
XYZ41.984853.33088.7905
Yxy53.33080.40330.5123
Hunter Lab73.0279-25.176743.9827
CIE-Lab78.0699-24.681675.7495

#bbcb15 color RGB value is (187,203,21).

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

The process color (four color CMYK) of #bbcb15 color code is 0.08, 0.00, 0.90, 0.20. Web safe color of #bbcb15 is #cccc00. Color #bbcb15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 00010101
Octal 273 313 25
Decimal 187 203 21
Hex BB CB 15

RGB Percentages of Color #bbcb15

%45.50
%49.39
%5.11

CMYK Percentages of Color #bbcb15

%8
%0
%90
%20

Triadic Colors of #bbcb15

#bbcb15 #15bbcb #cb15bb

Analogous Colors of #bbcb15

#bbcb15 #60cb15 #cb8015

Monochromatic Colors of #bbcb15

#bbcb15

Complementary Color

#bbcb15 #2515cb

#bbcb15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcb15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcb15 Color CSS Codes

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

#bbcb15 Text Font Color

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

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


#bbcb15 Background Color

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

This div background color is #bbcb15


#bbcb15 Border Color

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

This div border color is #bbcb15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcb15


Comments

No comments written yet.

Please login to write comment.