Color Hex Logo

#bbde2c Color Hex

#BBDE2C
(187,222,44)
0 Favorites   0 Comments

Color spaces of #bbde2c

RGB 18722244
HSL0.200.730.52
HSV72°80°87°
CMYK 0.160.000.80   0.13
XYZ47.069462.989212.0602
Yxy62.98920.38540.5158
Hunter Lab79.3657-33.027146.5465
CIE-Lab83.4367-33.024275.3931

#bbde2c color RGB value is (187,222,44).

#bbde2c hex color red value is 187, green value is 222 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bbde2c hue: 0.20 , saturation: 0.73 and the lightness value of bbde2c is 0.52.

The process color (four color CMYK) of #bbde2c color hex is 0.16, 0.00, 0.80, 0.13. Web safe color of #bbde2c is #cccc33. Color #bbde2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 00101100
Octal 273 336 54
Decimal 187 222 44
Hex BB DE 2C

RGB Percentages of Color #bbde2c

%41.28
%49.01
%9.71

CMYK Percentages of Color #bbde2c

%16
%0
%80
%13

Triadic Colors of #bbde2c

#bbde2c #2cbbde #de2cbb

Analogous Colors of #bbde2c

#bbde2c #62de2c #dea82c

Monochromatic Colors of #bbde2c

#bbde2c

Complementary Color

#bbde2c #4f2cde

#bbde2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbde2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbde2c Color CSS Codes

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

#bbde2c Text Font Color

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

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


#bbde2c Background Color

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

This div background color is #bbde2c


#bbde2c Border Color

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

This div border color is #bbde2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbde2c


Comments

No comments written yet.

Please login to write comment.