Color Hex Logo

#bddb8a Color Hex

#BDDB8A
(189,219,138)
0 Favorites   0 Comments

Color spaces of #bddb8a

RGB 189219138
HSL0.230.530.70
HSV82°37°86°
CMYK 0.140.000.37   0.14
XYZ50.905263.316833.5831
Yxy63.31680.34440.4284
Hunter Lab79.5719-25.057430.6771
CIE-Lab83.6088-23.299736.6098

#bddb8a color RGB value is (189,219,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 10001010
Octal 275 333 212
Decimal 189 219 138
Hex BD DB 8A

RGB Percentages of Color #bddb8a

%34.62
%40.11
%25.27

CMYK Percentages of Color #bddb8a

%14
%0
%37
%14

Triadic Colors of #bddb8a

#bddb8a #8abddb #db8abd

Analogous Colors of #bddb8a

#bddb8a #95db8a #dbd18a

Monochromatic Colors of #bddb8a

#bddb8a

Complementary Color

#bddb8a #a88adb

#bddb8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddb8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddb8a Color CSS Codes

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

#bddb8a Text Font Color

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

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


#bddb8a Background Color

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

This div background color is #bddb8a


#bddb8a Border Color

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

This div border color is #bddb8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddb8a


Comments

No comments written yet.

Please login to write comment.