Color Hex Logo

#bbde29 Color Hex

#BBDE29
(187,222,41)
0 Favorites   0 Comments

Color spaces of #bbde29

RGB 18722241
HSL0.200.730.52
HSV72°82°87°
CMYK 0.160.000.82   0.13
XYZ47.015062.967411.7738
Yxy62.96740.38610.5172
Hunter Lab79.3520-33.107146.7493
CIE-Lab83.4252-33.127276.1398

#bbde29 color RGB value is (187,222,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 00101001
Octal 273 336 51
Decimal 187 222 41
Hex BB DE 29

RGB Percentages of Color #bbde29

%41.56
%49.33
%9.11

CMYK Percentages of Color #bbde29

%16
%0
%82
%13

Triadic Colors of #bbde29

#bbde29 #29bbde #de29bb

Analogous Colors of #bbde29

#bbde29 #61de29 #dea729

Monochromatic Colors of #bbde29

#bbde29

Complementary Color

#bbde29 #4c29de

#bbde29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbde29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbde29 Color CSS Codes

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

#bbde29 Text Font Color

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

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


#bbde29 Background Color

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

This div background color is #bbde29


#bbde29 Border Color

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

This div border color is #bbde29


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,222,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 #bbde29">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbde29


Comments

No comments written yet.

Please login to write comment.