Color Hex Logo

#bbcb40 Color Hex

#BBCB40
(187,203,64)
0 Favorites   0 Comments

Color spaces of #bbcb40

RGB 18720364
HSL0.190.570.52
HSV67°68°80°
CMYK 0.080.000.68   0.20
XYZ42.774953.646812.9509
Yxy53.64680.39110.4905
Hunter Lab73.2440-23.931940.7872
CIE-Lab78.2553-23.107164.1511

#bbcb40 color RGB value is (187,203,64).

#bbcb40 hex color red value is 187, green value is 203 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #bbcb40 hue: 0.19 , saturation: 0.57 and the lightness value of bbcb40 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 01000000
Octal 273 313 100
Decimal 187 203 64
Hex BB CB 40

RGB Percentages of Color #bbcb40

%41.19
%44.71
%14.10

CMYK Percentages of Color #bbcb40

%8
%0
%68
%20

Triadic Colors of #bbcb40

#bbcb40 #40bbcb #cb40bb

Analogous Colors of #bbcb40

#bbcb40 #76cb40 #cb9640

Monochromatic Colors of #bbcb40

#bbcb40

Complementary Color

#bbcb40 #5040cb

#bbcb40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcb40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcb40 Color CSS Codes

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

#bbcb40 Text Font Color

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

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


#bbcb40 Background Color

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

This div background color is #bbcb40


#bbcb40 Border Color

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

This div border color is #bbcb40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcb40


Comments

No comments written yet.

Please login to write comment.