color codes Logo

#bdd9db color codes

#BDD9DB
(189,217,219)
0 Favorites   0 Comments

Color spaces of #bdd9db

RGB 189217219
HSL0.510.290.80
HSV184°14°86°
CMYK 0.140.010.00   0.14
XYZ58.585365.559076.5842
Yxy65.55900.29190.3266
Hunter Lab80.9685-12.54000.5984
CIE-Lab84.7710-8.8375-4.1216

#bdd9db color RGB value is (189,217,219).

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

The process color (four color CMYK) of #bdd9db color code is 0.14, 0.01, 0.00, 0.14. Web safe color of #bdd9db is #cccccc. Color #bdd9db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11011001 11011011
Octal 275 331 333
Decimal 189 217 219
Hex BD D9 DB

RGB Percentages of Color #bdd9db

%30.24
%34.72
%35.04

CMYK Percentages of Color #bdd9db

%14
%1
%0
%14

Triadic Colors of #bdd9db

#bdd9db #dbbdd9 #d9dbbd

Analogous Colors of #bdd9db

#bdd9db #bdcadb #bddbce

Monochromatic Colors of #bdd9db

#bdd9db

Complementary Color

#bdd9db #dbbfbd

#bdd9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd9db Color CSS Codes

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

#bdd9db Text Font Color

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

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


#bdd9db Background Color

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

This div background color is #bdd9db


#bdd9db Border Color

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

This div border color is #bdd9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd9db


Comments

No comments written yet.

Please login to write comment.