Color Hex Logo

#bddbad Color Hex

#BDDBAD
(189,219,173)
0 Favorites   0 Comments

Color spaces of #bddbad

RGB 189219173
HSL0.280.390.77
HSV99°21°86°
CMYK 0.140.000.21   0.14
XYZ53.860664.499049.1460
Yxy64.49900.32150.3851
Hunter Lab80.3113-20.834019.9357
CIE-Lab84.2249-18.244819.3848

#bddbad color RGB value is (189,219,173).

#bddbad hex color red value is 189, green value is 219 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bddbad hue: 0.28 , saturation: 0.39 and the lightness value of bddbad is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 10101101
Octal 275 333 255
Decimal 189 219 173
Hex BD DB AD

RGB Percentages of Color #bddbad

%32.53
%37.69
%29.78

CMYK Percentages of Color #bddbad

%14
%0
%21
%14

Triadic Colors of #bddbad

#bddbad #adbddb #dbadbd

Analogous Colors of #bddbad

#bddbad #addbb4 #d4dbad

Monochromatic Colors of #bddbad

#bddbad

Complementary Color

#bddbad #cbaddb

#bddbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddbad Color CSS Codes

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

#bddbad Text Font Color

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

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


#bddbad Background Color

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

This div background color is #bddbad


#bddbad Border Color

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

This div border color is #bddbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddbad


Comments

No comments written yet.

Please login to write comment.