Color Hex Logo

#bbde1a Color Hex

#BBDE1A
(187,222,26)
0 Favorites   0 Comments

Color spaces of #bbde1a

RGB 18722226
HSL0.200.790.49
HSV71°88°87°
CMYK 0.160.000.88   0.13
XYZ46.801262.881910.6480
Yxy62.88190.38890.5226
Hunter Lab79.2981-33.422247.5473
CIE-Lab83.3802-33.533579.2014

#bbde1a color RGB value is (187,222,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 00011010
Octal 273 336 32
Decimal 187 222 26
Hex BB DE 1A

RGB Percentages of Color #bbde1a

%42.99
%51.03
%5.98

CMYK Percentages of Color #bbde1a

%16
%0
%88
%13

Triadic Colors of #bbde1a

#bbde1a #1abbde #de1abb

Analogous Colors of #bbde1a

#bbde1a #59de1a #de9f1a

Monochromatic Colors of #bbde1a

#bbde1a

Complementary Color

#bbde1a #3d1ade

#bbde1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbde1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbde1a Color CSS Codes

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

#bbde1a Text Font Color

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

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


#bbde1a Background Color

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

This div background color is #bbde1a


#bbde1a Border Color

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

This div border color is #bbde1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbde1a


Comments

No comments written yet.

Please login to write comment.