Color Hex Logo

#bbde05 Color Hex

#BBDE05
(187,222,5)
0 Favorites   0 Comments

Color spaces of #bbde05

RGB 1872225
HSL0.190.960.45
HSV70°98°87°
CMYK 0.160.000.98   0.13
XYZ46.642262.81839.8104
Yxy62.81830.39110.5267
Hunter Lab79.2580-33.656848.1418
CIE-Lab83.3467-33.836781.6260

#bbde05 color RGB value is (187,222,5).

#bbde05 hex color red value is 187, green value is 222 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #bbde05 hue: 0.19 , saturation: 0.96 and the lightness value of bbde05 is 0.45.

The process color (four color CMYK) of #bbde05 color hex is 0.16, 0.00, 0.98, 0.13. Web safe color of #bbde05 is #cccc00. Color #bbde05 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 00000101
Octal 273 336 5
Decimal 187 222 5
Hex BB DE 5

RGB Percentages of Color #bbde05

%45.17
%53.62
%1.21

CMYK Percentages of Color #bbde05

%16
%0
%98
%13

Triadic Colors of #bbde05

#bbde05 #05bbde #de05bb

Analogous Colors of #bbde05

#bbde05 #4ede05 #de9505

Monochromatic Colors of #bbde05

#bbde05

Complementary Color

#bbde05 #2805de

#bbde05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbde05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbde05 Color CSS Codes

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

#bbde05 Text Font Color

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

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


#bbde05 Background Color

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

This div background color is #bbde05


#bbde05 Border Color

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

This div border color is #bbde05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbde05


Comments

No comments written yet.

Please login to write comment.