Color Hex Logo

#bddd6c Color Hex

#BDDD6C
(189,221,108)
0 Favorites   0 Comments

Color spaces of #bddd6c

RGB 189221108
HSL0.210.620.65
HSV77°51°87°
CMYK 0.140.000.51   0.13
XYZ49.549563.614423.8546
Yxy63.61440.36160.4643
Hunter Lab79.7586-28.685738.0983
CIE-Lab83.7646-27.608451.4394

#bddd6c color RGB value is (189,221,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011101 01101100
Octal 275 335 154
Decimal 189 221 108
Hex BD DD 6C

RGB Percentages of Color #bddd6c

%36.49
%42.66
%20.85

CMYK Percentages of Color #bddd6c

%14
%0
%51
%13

Triadic Colors of #bddd6c

#bddd6c #6cbddd #dd6cbd

Analogous Colors of #bddd6c

#bddd6c #85dd6c #ddc56c

Monochromatic Colors of #bddd6c

#bddd6c

Complementary Color

#bddd6c #8c6cdd

#bddd6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddd6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddd6c Color CSS Codes

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

#bddd6c Text Font Color

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

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


#bddd6c Background Color

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

This div background color is #bddd6c


#bddd6c Border Color

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

This div border color is #bddd6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddd6c


Comments

No comments written yet.

Please login to write comment.