Color Hex Logo

#bddb89 Color Hex

#BDDB89
(189,219,137)
0 Favorites   0 Comments

Color spaces of #bddb89

RGB 189219137
HSL0.230.530.70
HSV82°37°86°
CMYK 0.140.000.37   0.14
XYZ50.833163.288033.2035
Yxy63.28800.34500.4296
Hunter Lab79.5538-25.161530.9417
CIE-Lab83.5937-23.426437.0948

#bddb89 color RGB value is (189,219,137).

#bddb89 hex color red value is 189, green value is 219 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #bddb89 hue: 0.23 , saturation: 0.53 and the lightness value of bddb89 is 0.70.

The process color (four color CMYK) of #bddb89 color hex is 0.14, 0.00, 0.37, 0.14. Web safe color of #bddb89 is #cccc99. Color #bddb89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 10001001
Octal 275 333 211
Decimal 189 219 137
Hex BD DB 89

RGB Percentages of Color #bddb89

%34.68
%40.18
%25.14

CMYK Percentages of Color #bddb89

%14
%0
%37
%14

Triadic Colors of #bddb89

#bddb89 #89bddb #db89bd

Analogous Colors of #bddb89

#bddb89 #94db89 #dbd089

Monochromatic Colors of #bddb89

#bddb89

Complementary Color

#bddb89 #a789db

#bddb89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddb89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddb89 Color CSS Codes

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

#bddb89 Text Font Color

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

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


#bddb89 Background Color

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

This div background color is #bddb89


#bddb89 Border Color

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

This div border color is #bddb89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddb89


Comments

No comments written yet.

Please login to write comment.