Color Hex Logo

#bddb12 Color Hex

#BDDB12
(189,219,18)
0 Favorites   0 Comments

Color spaces of #bddb12

RGB 18921918
HSL0.190.850.46
HSV69°92°86°
CMYK 0.140.000.92   0.14
XYZ46.427061.525510.0009
Yxy61.52550.39360.5216
Hunter Lab78.4382-31.614047.3472
CIE-Lab82.6604-31.486279.8662

#bddb12 color RGB value is (189,219,18).

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

The process color (four color CMYK) of #bddb12 color hex is 0.14, 0.00, 0.92, 0.14. Web safe color of #bddb12 is #cccc00. Color #bddb12 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 00010010
Octal 275 333 22
Decimal 189 219 18
Hex BD DB 12

RGB Percentages of Color #bddb12

%44.37
%51.41
%4.23

CMYK Percentages of Color #bddb12

%14
%0
%92
%14

Triadic Colors of #bddb12

#bddb12 #12bddb #db12bd

Analogous Colors of #bddb12

#bddb12 #59db12 #db9512

Monochromatic Colors of #bddb12

#bddb12

Complementary Color

#bddb12 #3012db

#bddb12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddb12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddb12 Color CSS Codes

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

#bddb12 Text Font Color

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

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


#bddb12 Background Color

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

This div background color is #bddb12


#bddb12 Border Color

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

This div border color is #bddb12


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,219,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddb12


Comments

No comments written yet.

Please login to write comment.