Color Hex Logo

#bddbcd Color Hex

#BDDBCD
(189,219,205)
0 Favorites   0 Comments

Color spaces of #bddbcd

RGB 189219205
HSL0.420.290.80
HSV152°14°86°
CMYK 0.140.000.06   0.14
XYZ57.337265.889667.4536
Yxy65.88960.30070.3455
Hunter Lab81.1724-15.96597.5512
CIE-Lab84.9401-12.60993.5396

#bddbcd color RGB value is (189,219,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011011 11001101
Octal 275 333 315
Decimal 189 219 205
Hex BD DB CD

RGB Percentages of Color #bddbcd

%30.83
%35.73
%33.44

CMYK Percentages of Color #bddbcd

%14
%0
%6
%14

Triadic Colors of #bddbcd

#bddbcd #cdbddb #dbcdbd

Analogous Colors of #bddbcd

#bddbcd #bddadb #bddbbe

Monochromatic Colors of #bddbcd

#bddbcd

Complementary Color

#bddbcd #dbbdcb

#bddbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bddbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bddbcd Color CSS Codes

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

#bddbcd Text Font Color

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

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


#bddbcd Background Color

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

This div background color is #bddbcd


#bddbcd Border Color

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

This div border color is #bddbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bddbcd


Comments

No comments written yet.

Please login to write comment.