Color Hex Logo

#bbda22 Color Hex

#BBDA22
(187,218,34)
0 Favorites   0 Comments

Color spaces of #bbda22

RGB 18721834
HSL0.190.730.49
HSV70°84°85°
CMYK 0.140.000.84   0.15
XYZ45.853760.823110.8367
Yxy60.82310.39020.5176
Hunter Lab77.9892-31.532046.3540
CIE-Lab82.2836-31.489276.7695

#bbda22 color RGB value is (187,218,34).

#bbda22 hex color red value is 187, green value is 218 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #bbda22 hue: 0.19 , saturation: 0.73 and the lightness value of bbda22 is 0.49.

The process color (four color CMYK) of #bbda22 color hex is 0.14, 0.00, 0.84, 0.15. Web safe color of #bbda22 is #cccc33. Color #bbda22 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 00100010
Octal 273 332 42
Decimal 187 218 34
Hex BB DA 22

RGB Percentages of Color #bbda22

%42.60
%49.66
%7.74

CMYK Percentages of Color #bbda22

%14
%0
%84
%15

Triadic Colors of #bbda22

#bbda22 #22bbda #da22bb

Analogous Colors of #bbda22

#bbda22 #5fda22 #da9d22

Monochromatic Colors of #bbda22

#bbda22

Complementary Color

#bbda22 #4122da

#bbda22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbda22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbda22 Color CSS Codes

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

#bbda22 Text Font Color

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

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


#bbda22 Background Color

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

This div background color is #bbda22


#bbda22 Border Color

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

This div border color is #bbda22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbda22


Comments

No comments written yet.

Please login to write comment.