Color Hex Logo

#bddb6e Color Hex

#BDDB6E
(189,219,110)
0 Favorites   0 Comments

Color spaces of #bddb6e

RGB 189219110
HSL0.210.600.65
HSV77°50°86°
CMYK 0.140.000.50   0.14
XYZ49.132362.607624.2468
Yxy62.60760.36130.4604
Hunter Lab79.1250-27.629937.2188
CIE-Lab83.2355-26.460449.8699

#bddb6e color RGB value is (189,219,110).

#bddb6e hex color red value is 189, green value is 219 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bddb6e hue: 0.21 , saturation: 0.60 and the lightness value of bddb6e is 0.65.

The process color (four color CMYK) of #bddb6e color hex is 0.14, 0.00, 0.50, 0.14. Web safe color of #bddb6e is #cccc66. Color #bddb6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 01101110
Octal 275 333 156
Decimal 189 219 110
Hex BD DB 6E

RGB Percentages of Color #bddb6e

%36.49
%42.28
%21.24

CMYK Percentages of Color #bddb6e

%14
%0
%50
%14

Triadic Colors of #bddb6e

#bddb6e #6ebddb #db6ebd

Analogous Colors of #bddb6e

#bddb6e #87db6e #dbc36e

Monochromatic Colors of #bddb6e

#bddb6e

Complementary Color

#bddb6e #8c6edb

#bddb6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddb6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddb6e Color CSS Codes

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

#bddb6e Text Font Color

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

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


#bddb6e Background Color

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

This div background color is #bddb6e


#bddb6e Border Color

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

This div border color is #bddb6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddb6e


Comments

No comments written yet.

Please login to write comment.