Color Hex Logo

#bbd822 Color Hex

#BBD822
(187,216,34)
0 Favorites   0 Comments

Color spaces of #bbd822

RGB 18721634
HSL0.190.730.49
HSV70°84°85°
CMYK 0.130.000.84   0.15
XYZ45.338159.792010.6648
Yxy59.79200.39150.5164
Hunter Lab77.3253-30.659445.9504
CIE-Lab81.7250-30.557076.2992

#bbd822 color RGB value is (187,216,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011000 00100010
Octal 273 330 42
Decimal 187 216 34
Hex BB D8 22

RGB Percentages of Color #bbd822

%42.79
%49.43
%7.78

CMYK Percentages of Color #bbd822

%13
%0
%84
%15

Triadic Colors of #bbd822

#bbd822 #22bbd8 #d822bb

Analogous Colors of #bbd822

#bbd822 #60d822 #d89a22

Monochromatic Colors of #bbd822

#bbd822

Complementary Color

#bbd822 #3f22d8

#bbd822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd822 Color CSS Codes

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

#bbd822 Text Font Color

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

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


#bbd822 Background Color

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

This div background color is #bbd822


#bbd822 Border Color

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

This div border color is #bbd822


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd822


Comments

No comments written yet.

Please login to write comment.