Color Hex Logo

#bddb8c Color Hex

#BDDB8C
(189,219,140)
0 Favorites   0 Comments

Color spaces of #bddb8c

RGB 189219140
HSL0.230.520.70
HSV83°36°86°
CMYK 0.140.000.36   0.14
XYZ51.051463.375334.3529
Yxy63.37530.34310.4260
Hunter Lab79.6086-24.846630.1411
CIE-Lab83.6395-23.043535.6379

#bddb8c color RGB value is (189,219,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 10001100
Octal 275 333 214
Decimal 189 219 140
Hex BD DB 8C

RGB Percentages of Color #bddb8c

%34.49
%39.96
%25.55

CMYK Percentages of Color #bddb8c

%14
%0
%36
%14

Triadic Colors of #bddb8c

#bddb8c #8cbddb #db8cbd

Analogous Colors of #bddb8c

#bddb8c #96db8c #dbd28c

Monochromatic Colors of #bddb8c

#bddb8c

Complementary Color

#bddb8c #aa8cdb

#bddb8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddb8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddb8c Color CSS Codes

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

#bddb8c Text Font Color

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

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


#bddb8c Background Color

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

This div background color is #bddb8c


#bddb8c Border Color

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

This div border color is #bddb8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddb8c


Comments

No comments written yet.

Please login to write comment.