Color Hex Logo

#bddd89 Color Hex

#BDDD89
(189,221,137)
0 Favorites   0 Comments

Color spaces of #bddd89

RGB 189221137
HSL0.230.550.70
HSV83°38°87°
CMYK 0.140.000.38   0.13
XYZ51.358164.337933.3785
Yxy64.33790.34450.4316
Hunter Lab80.2109-26.077631.4750
CIE-Lab84.1414-24.394837.8030

#bddd89 color RGB value is (189,221,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 10001001
Octal 275 335 211
Decimal 189 221 137
Hex BD DD 89

RGB Percentages of Color #bddd89

%34.55
%40.40
%25.05

CMYK Percentages of Color #bddd89

%14
%0
%38
%13

Triadic Colors of #bddd89

#bddd89 #89bddd #dd89bd

Analogous Colors of #bddd89

#bddd89 #93dd89 #ddd389

Monochromatic Colors of #bddd89

#bddd89

Complementary Color

#bddd89 #a989dd

#bddd89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddd89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddd89 Color CSS Codes

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

#bddd89 Text Font Color

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

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


#bddd89 Background Color

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

This div background color is #bddd89


#bddd89 Border Color

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

This div border color is #bddd89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddd89


Comments

No comments written yet.

Please login to write comment.