Color Hex Logo

#bbcb2e Color Hex

#BBCB2E
(187,203,46)
0 Favorites   0 Comments

Color spaces of #bbcb2e

RGB 18720346
HSL0.180.630.49
HSV66°77°80°
CMYK 0.080.000.77   0.20
XYZ42.342653.473910.6746
Yxy53.47390.39760.5021
Hunter Lab73.1259-24.612142.5332
CIE-Lab78.1540-23.965370.1140

#bbcb2e color RGB value is (187,203,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001011 00101110
Octal 273 313 56
Decimal 187 203 46
Hex BB CB 2E

RGB Percentages of Color #bbcb2e

%42.89
%46.56
%10.55

CMYK Percentages of Color #bbcb2e

%8
%0
%77
%20

Triadic Colors of #bbcb2e

#bbcb2e #2ebbcb #cb2ebb

Analogous Colors of #bbcb2e

#bbcb2e #6dcb2e #cb8d2e

Monochromatic Colors of #bbcb2e

#bbcb2e

Complementary Color

#bbcb2e #3e2ecb

#bbcb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbcb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbcb2e Color CSS Codes

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

#bbcb2e Text Font Color

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

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


#bbcb2e Background Color

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

This div background color is #bbcb2e


#bbcb2e Border Color

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

This div border color is #bbcb2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbcb2e


Comments

No comments written yet.

Please login to write comment.