Color Hex Logo

#bbde20 Color Hex

#BBDE20
(187,222,32)
0 Favorites   0 Comments

Color spaces of #bbde20

RGB 18722232
HSL0.200.750.50
HSV71°86°87°
CMYK 0.160.000.86   0.13
XYZ46.875562.911611.0391
Yxy62.91160.38800.5207
Hunter Lab79.3168-33.312647.2700
CIE-Lab83.3958-33.392178.1138

#bbde20 color RGB value is (187,222,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 00100000
Octal 273 336 40
Decimal 187 222 32
Hex BB DE 20

RGB Percentages of Color #bbde20

%42.40
%50.34
%7.26

CMYK Percentages of Color #bbde20

%16
%0
%86
%13

Triadic Colors of #bbde20

#bbde20 #20bbde #de20bb

Analogous Colors of #bbde20

#bbde20 #5cde20 #dea220

Monochromatic Colors of #bbde20

#bbde20

Complementary Color

#bbde20 #4320de

#bbde20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbde20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbde20 Color CSS Codes

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

#bbde20 Text Font Color

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

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


#bbde20 Background Color

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

This div background color is #bbde20


#bbde20 Border Color

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

This div border color is #bbde20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbde20


Comments

No comments written yet.

Please login to write comment.