Color Hex Logo

#bddba6 Color Hex

#BDDBA6
(189,219,166)
0 Favorites   0 Comments

Color spaces of #bddba6

RGB 189219166
HSL0.260.420.75
HSV94°24°86°
CMYK 0.140.000.24   0.14
XYZ53.200764.235045.6710
Yxy64.23500.32620.3938
Hunter Lab80.1467-21.770122.3168
CIE-Lab84.0880-19.351322.8534

#bddba6 color RGB value is (189,219,166).

#bddba6 hex color red value is 189, green value is 219 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #bddba6 hue: 0.26 , saturation: 0.42 and the lightness value of bddba6 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 10100110
Octal 275 333 246
Decimal 189 219 166
Hex BD DB A6

RGB Percentages of Color #bddba6

%32.93
%38.15
%28.92

CMYK Percentages of Color #bddba6

%14
%0
%24
%14

Triadic Colors of #bddba6

#bddba6 #a6bddb #dba6bd

Analogous Colors of #bddba6

#bddba6 #a6dbaa #d8dba6

Monochromatic Colors of #bddba6

#bddba6

Complementary Color

#bddba6 #c4a6db

#bddba6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddba6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddba6 Color CSS Codes

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

#bddba6 Text Font Color

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

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


#bddba6 Background Color

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

This div background color is #bddba6


#bddba6 Border Color

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

This div border color is #bddba6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddba6


Comments

No comments written yet.

Please login to write comment.