Color Hex Logo

#bddba0 Color Hex

#BDDBA0
(189,219,160)
0 Favorites   0 Comments

Color spaces of #bddba0

RGB 189219160
HSL0.250.450.74
HSV91°27°86°
CMYK 0.140.000.27   0.14
XYZ52.662964.019942.8392
Yxy64.01990.33010.4013
Hunter Lab80.0124-22.535924.2644
CIE-Lab83.9761-20.262425.8211

#bddba0 color RGB value is (189,219,160).

#bddba0 hex color red value is 189, green value is 219 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #bddba0 hue: 0.25 , saturation: 0.45 and the lightness value of bddba0 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 10100000
Octal 275 333 240
Decimal 189 219 160
Hex BD DB A0

RGB Percentages of Color #bddba0

%33.27
%38.56
%28.17

CMYK Percentages of Color #bddba0

%14
%0
%27
%14

Triadic Colors of #bddba0

#bddba0 #a0bddb #dba0bd

Analogous Colors of #bddba0

#bddba0 #a0dba1 #dbdba0

Monochromatic Colors of #bddba0

#bddba0

Complementary Color

#bddba0 #bea0db

#bddba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddba0 Color CSS Codes

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

#bddba0 Text Font Color

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

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


#bddba0 Background Color

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

This div background color is #bddba0


#bddba0 Border Color

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

This div border color is #bddba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddba0


Comments

No comments written yet.

Please login to write comment.