Color Hex Logo

#bdcdd9 Color Hex

#BDCDD9
(189,205,217)
0 Favorites   0 Comments

Color spaces of #bdcdd9

RGB 189205217
HSL0.570.270.80
HSV206°13°85°
CMYK 0.130.060.00   0.15
XYZ55.342059.491274.2118
Yxy59.49120.29270.3147
Hunter Lab77.1305-6.9028-3.0550
CIE-Lab81.5608-3.0026-7.8004

#bdcdd9 color RGB value is (189,205,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 11011001
Octal 275 315 331
Decimal 189 205 217
Hex BD CD D9

RGB Percentages of Color #bdcdd9

%30.93
%33.55
%35.52

CMYK Percentages of Color #bdcdd9

%13
%6
%0
%15

Triadic Colors of #bdcdd9

#bdcdd9 #d9bdcd #cdd9bd

Analogous Colors of #bdcdd9

#bdcdd9 #bdbfd9 #bdd9d7

Monochromatic Colors of #bdcdd9

#bdcdd9

Complementary Color

#bdcdd9 #d9c9bd

#bdcdd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcdd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcdd9 Color CSS Codes

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

#bdcdd9 Text Font Color

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

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


#bdcdd9 Background Color

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

This div background color is #bdcdd9


#bdcdd9 Border Color

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

This div border color is #bdcdd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcdd9


Comments

No comments written yet.

Please login to write comment.