Color Hex Logo

#bddbbd Color Hex

#BDDBBD
(189,219,189)
1 Favorites   0 Comments

Color spaces of #bddbbd

RGB 189219189
HSL0.330.290.80
HSV120°14°86°
CMYK 0.140.000.14   0.14
XYZ55.503165.156057.7951
Yxy65.15600.31100.3651
Hunter Lab80.7193-18.520914.0518
CIE-Lab84.5641-15.542811.4515

#bddbbd color RGB value is (189,219,189).

#bddbbd hex color red value is 189, green value is 219 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bddbbd hue: 0.33 , saturation: 0.29 and the lightness value of bddbbd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 10111101
Octal 275 333 275
Decimal 189 219 189
Hex BD DB BD

RGB Percentages of Color #bddbbd

%31.66
%36.68
%31.66

CMYK Percentages of Color #bddbbd

%14
%0
%14
%14

Triadic Colors of #bddbbd

#bddbbd #bdbddb #dbbdbd

Analogous Colors of #bddbbd

#bddbbd #bddbcc #ccdbbd

Monochromatic Colors of #bddbbd

#bddbbd

Complementary Color

#bddbbd #dbbddb

#bddbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddbbd Color CSS Codes

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

#bddbbd Text Font Color

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

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


#bddbbd Background Color

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

This div background color is #bddbbd


#bddbbd Border Color

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

This div border color is #bddbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddbbd


Comments

No comments written yet.

Please login to write comment.