Color Hex Logo

#bddb22 Color Hex

#BDDB22
(189,219,34)
0 Favorites   0 Comments

Color spaces of #bddb22

RGB 18921934
HSL0.190.730.50
HSV70°84°86°
CMYK 0.140.000.84   0.14
XYZ46.606561.597310.9464
Yxy61.59730.39120.5170
Hunter Lab78.4839-31.347446.6694
CIE-Lab82.6988-31.144777.1737

#bddb22 color RGB value is (189,219,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 00100010
Octal 275 333 42
Decimal 189 219 34
Hex BD DB 22

RGB Percentages of Color #bddb22

%42.76
%49.55
%7.69

CMYK Percentages of Color #bddb22

%14
%0
%84
%14

Triadic Colors of #bddb22

#bddb22 #22bddb #db22bd

Analogous Colors of #bddb22

#bddb22 #61db22 #db9d22

Monochromatic Colors of #bddb22

#bddb22

Complementary Color

#bddb22 #4022db

#bddb22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddb22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddb22 Color CSS Codes

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

#bddb22 Text Font Color

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

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


#bddb22 Background Color

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

This div background color is #bddb22


#bddb22 Border Color

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

This div border color is #bddb22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddb22


Comments

No comments written yet.

Please login to write comment.