Color Hex Logo

#bdc2db Color Hex

#BDC2DB
(189,194,219)
0 Favorites   0 Comments

Color spaces of #bdc2db

RGB 189194219
HSL0.640.290.80
HSV230°14°86°
CMYK 0.140.110.00   0.14
XYZ53.064254.516974.7439
Yxy54.51690.29100.2990
Hunter Lab73.8356-0.9277-8.3345
CIE-Lab78.76223.2520-13.0454

#bdc2db color RGB value is (189,194,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 11011011
Octal 275 302 333
Decimal 189 194 219
Hex BD C2 DB

RGB Percentages of Color #bdc2db

%31.40
%32.23
%36.38

CMYK Percentages of Color #bdc2db

%14
%11
%0
%14

Triadic Colors of #bdc2db

#bdc2db #dbbdc2 #c2dbbd

Analogous Colors of #bdc2db

#bdc2db #c7bddb #bdd1db

Monochromatic Colors of #bdc2db

#bdc2db

Complementary Color

#bdc2db #dbd6bd

#bdc2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc2db Color CSS Codes

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

#bdc2db Text Font Color

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

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


#bdc2db Background Color

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

This div background color is #bdc2db


#bdc2db Border Color

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

This div border color is #bdc2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc2db


Comments

No comments written yet.

Please login to write comment.