Color Hex Logo

#bdc7db Color Hex

#BDC7DB
(189,199,219)
0 Favorites   0 Comments

Color spaces of #bdc7db

RGB 189199219
HSL0.610.290.80
HSV220°14°86°
CMYK 0.140.090.00   0.14
XYZ54.195956.780175.1211
Yxy56.78010.29120.3051
Hunter Lab75.3526-3.4843-6.3611
CIE-Lab80.05580.5825-11.1113

#bdc7db color RGB value is (189,199,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 11011011
Octal 275 307 333
Decimal 189 199 219
Hex BD C7 DB

RGB Percentages of Color #bdc7db

%31.14
%32.78
%36.08

CMYK Percentages of Color #bdc7db

%14
%9
%0
%14

Triadic Colors of #bdc7db

#bdc7db #dbbdc7 #c7dbbd

Analogous Colors of #bdc7db

#bdc7db #c2bddb #bdd6db

Monochromatic Colors of #bdc7db

#bdc7db

Complementary Color

#bdc7db #dbd1bd

#bdc7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc7db Color CSS Codes

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

#bdc7db Text Font Color

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

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


#bdc7db Background Color

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

This div background color is #bdc7db


#bdc7db Border Color

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

This div border color is #bdc7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc7db


Comments

No comments written yet.

Please login to write comment.