Color Hex Logo

#bddb2e Color Hex

#BDDB2E
(189,219,46)
0 Favorites   0 Comments

Color spaces of #bddb2e

RGB 18921946
HSL0.200.710.52
HSV70°79°86°
CMYK 0.140.000.79   0.14
XYZ46.810961.679112.0228
Yxy61.67910.38840.5118
Hunter Lab78.5360-31.044345.8987
CIE-Lab82.7425-30.757474.2956

#bddb2e color RGB value is (189,219,46).

#bddb2e hex color red value is 189, green value is 219 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bddb2e hue: 0.20 , saturation: 0.71 and the lightness value of bddb2e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 00101110
Octal 275 333 56
Decimal 189 219 46
Hex BD DB 2E

RGB Percentages of Color #bddb2e

%41.63
%48.24
%10.13

CMYK Percentages of Color #bddb2e

%14
%0
%79
%14

Triadic Colors of #bddb2e

#bddb2e #2ebddb #db2ebd

Analogous Colors of #bddb2e

#bddb2e #67db2e #dba32e

Monochromatic Colors of #bddb2e

#bddb2e

Complementary Color

#bddb2e #4c2edb

#bddb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddb2e Color CSS Codes

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

#bddb2e Text Font Color

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

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


#bddb2e Background Color

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

This div background color is #bddb2e


#bddb2e Border Color

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

This div border color is #bddb2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddb2e


Comments

No comments written yet.

Please login to write comment.