Color Hex Logo

#bddd6e Color Hex

#BDDD6E
(189,221,110)
0 Favorites   0 Comments

Color spaces of #bddd6e

RGB 189221110
HSL0.210.620.65
HSV77°50°87°
CMYK 0.140.000.50   0.13
XYZ49.657263.657524.4218
Yxy63.65750.36050.4622
Hunter Lab79.7857-28.529637.7017
CIE-Lab83.7871-27.414250.5301

#bddd6e color RGB value is (189,221,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 01101110
Octal 275 335 156
Decimal 189 221 110
Hex BD DD 6E

RGB Percentages of Color #bddd6e

%36.35
%42.50
%21.15

CMYK Percentages of Color #bddd6e

%14
%0
%50
%13

Triadic Colors of #bddd6e

#bddd6e #6ebddd #dd6ebd

Analogous Colors of #bddd6e

#bddd6e #86dd6e #ddc66e

Monochromatic Colors of #bddd6e

#bddd6e

Complementary Color

#bddd6e #8e6edd

#bddd6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddd6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddd6e Color CSS Codes

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

#bddd6e Text Font Color

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

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


#bddd6e Background Color

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

This div background color is #bddd6e


#bddd6e Border Color

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

This div border color is #bddd6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddd6e


Comments

No comments written yet.

Please login to write comment.