Color Hex Logo

#bddb6d Color Hex

#BDDB6D
(189,219,109)
0 Favorites   0 Comments

Color spaces of #bddb6d

RGB 189219109
HSL0.210.600.64
HSV76°50°86°
CMYK 0.140.000.50   0.14
XYZ49.078162.586023.9616
Yxy62.58600.36190.4615
Hunter Lab79.1113-27.709237.4199
CIE-Lab83.2241-26.558850.3274

#bddb6d color RGB value is (189,219,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 01101101
Octal 275 333 155
Decimal 189 219 109
Hex BD DB 6D

RGB Percentages of Color #bddb6d

%36.56
%42.36
%21.08

CMYK Percentages of Color #bddb6d

%14
%0
%50
%14

Triadic Colors of #bddb6d

#bddb6d #6dbddb #db6dbd

Analogous Colors of #bddb6d

#bddb6d #86db6d #dbc26d

Monochromatic Colors of #bddb6d

#bddb6d

Complementary Color

#bddb6d #8b6ddb

#bddb6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddb6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddb6d Color CSS Codes

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

#bddb6d Text Font Color

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

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


#bddb6d Background Color

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

This div background color is #bddb6d


#bddb6d Border Color

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

This div border color is #bddb6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddb6d


Comments

No comments written yet.

Please login to write comment.