Color Hex Logo

#bdcddb Color Hex

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

Color spaces of #bdcddb

RGB 189205219
HSL0.580.290.80
HSV208°14°86°
CMYK 0.140.060.00   0.14
XYZ55.603859.595975.5904
Yxy59.59590.29140.3124
Hunter Lab77.1984-6.5287-4.0162
CIE-Lab81.6180-2.5918-8.7850

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

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

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

Base Numbers

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

RGB Percentages of Color #bdcddb

%30.83
%33.44
%35.73

CMYK Percentages of Color #bdcddb

%14
%6
%0
%14

Triadic Colors of #bdcddb

#bdcddb #dbbdcd #cddbbd

Analogous Colors of #bdcddb

#bdcddb #bdbedb #bddbda

Monochromatic Colors of #bdcddb

#bdcddb

Complementary Color

#bdcddb #dbcbbd

#bdcddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcddb Color CSS Codes

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

#bdcddb Text Font Color

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

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


#bdcddb Background Color

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

This div background color is #bdcddb


#bdcddb Border Color

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

This div border color is #bdcddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,205,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 #bdcddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcddb


Comments

No comments written yet.

Please login to write comment.