Color Hex Logo

#bdcbdb Color Hex

#BDCBDB
(189,203,219)
0 Favorites   0 Comments

Color spaces of #bdcbdb

RGB 189203219
HSL0.590.290.80
HSV212°14°86°
CMYK 0.140.070.00   0.14
XYZ55.128458.645275.4319
Yxy58.64520.29140.3100
Hunter Lab76.5802-5.5170-4.7949
CIE-Lab81.0962-1.5376-9.5609

#bdcbdb color RGB value is (189,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001011 11011011
Octal 275 313 333
Decimal 189 203 219
Hex BD CB DB

RGB Percentages of Color #bdcbdb

%30.93
%33.22
%35.84

CMYK Percentages of Color #bdcbdb

%14
%7
%0
%14

Triadic Colors of #bdcbdb

#bdcbdb #dbbdcb #cbdbbd

Analogous Colors of #bdcbdb

#bdcbdb #bebddb #bddadb

Monochromatic Colors of #bdcbdb

#bdcbdb

Complementary Color

#bdcbdb #dbcdbd

#bdcbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcbdb Color CSS Codes

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

#bdcbdb Text Font Color

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

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


#bdcbdb Background Color

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

This div background color is #bdcbdb


#bdcbdb Border Color

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

This div border color is #bdcbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcbdb


Comments

No comments written yet.

Please login to write comment.