Color Hex Logo

#bddb1e Color Hex

#BDDB1E
(189,219,30)
0 Favorites   0 Comments

Color spaces of #bddb1e

RGB 18921930
HSL0.190.760.49
HSV70°86°86°
CMYK 0.140.000.86   0.14
XYZ46.552161.575610.6600
Yxy61.57560.39190.5184
Hunter Lab78.4701-31.428346.8747
CIE-Lab82.6872-31.248277.9720

#bddb1e color RGB value is (189,219,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 00011110
Octal 275 333 36
Decimal 189 219 30
Hex BD DB 1E

RGB Percentages of Color #bddb1e

%43.15
%50.00
%6.85

CMYK Percentages of Color #bddb1e

%14
%0
%86
%14

Triadic Colors of #bddb1e

#bddb1e #1ebddb #db1ebd

Analogous Colors of #bddb1e

#bddb1e #5fdb1e #db9b1e

Monochromatic Colors of #bddb1e

#bddb1e

Complementary Color

#bddb1e #3c1edb

#bddb1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddb1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddb1e Color CSS Codes

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

#bddb1e Text Font Color

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

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


#bddb1e Background Color

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

This div background color is #bddb1e


#bddb1e Border Color

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

This div border color is #bddb1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddb1e


Comments

No comments written yet.

Please login to write comment.