Color Hex Logo

#bddc89 Color Hex

#BDDC89
(189,220,137)
0 Favorites   0 Comments

Color spaces of #bddc89

RGB 189220137
HSL0.230.540.70
HSV82°38°86°
CMYK 0.140.000.38   0.14
XYZ51.094863.811433.2908
Yxy63.81140.34480.4306
Hunter Lab79.8820-25.619931.2083
CIE-Lab83.8675-23.911337.4490

#bddc89 color RGB value is (189,220,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011100 10001001
Octal 275 334 211
Decimal 189 220 137
Hex BD DC 89

RGB Percentages of Color #bddc89

%34.62
%40.29
%25.09

CMYK Percentages of Color #bddc89

%14
%0
%38
%14

Triadic Colors of #bddc89

#bddc89 #89bddc #dc89bd

Analogous Colors of #bddc89

#bddc89 #94dc89 #dcd289

Monochromatic Colors of #bddc89

#bddc89

Complementary Color

#bddc89 #a889dc

#bddc89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddc89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddc89 Color CSS Codes

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

#bddc89 Text Font Color

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

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


#bddc89 Background Color

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

This div background color is #bddc89


#bddc89 Border Color

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

This div border color is #bddc89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddc89


Comments

No comments written yet.

Please login to write comment.