Color Hex Logo

#bdced7 Color Hex

#BDCED7
(189,206,215)
0 Favorites   0 Comments

Color spaces of #bdced7

RGB 189206215
HSL0.560.250.79
HSV201°12°84°
CMYK 0.120.040.00   0.16
XYZ55.323359.867772.9298
Yxy59.86770.29410.3182
Hunter Lab77.3742-7.7757-1.7224
CIE-Lab81.7662-3.9349-6.4269

#bdced7 color RGB value is (189,206,215).

#bdced7 hex color red value is 189, green value is 206 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #bdced7 hue: 0.56 , saturation: 0.25 and the lightness value of bdced7 is 0.79.

The process color (four color CMYK) of #bdced7 color hex is 0.12, 0.04, 0.00, 0.16. Web safe color of #bdced7 is #cccccc. Color #bdced7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 11010111
Octal 275 316 327
Decimal 189 206 215
Hex BD CE D7

RGB Percentages of Color #bdced7

%30.98
%33.77
%35.25

CMYK Percentages of Color #bdced7

%12
%4
%0
%16

Triadic Colors of #bdced7

#bdced7 #d7bdce #ced7bd

Analogous Colors of #bdced7

#bdced7 #bdc1d7 #bdd7d3

Monochromatic Colors of #bdced7

#bdced7

Complementary Color

#bdced7 #d7c6bd

#bdced7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdced7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdced7 Color CSS Codes

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

#bdced7 Text Font Color

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

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


#bdced7 Background Color

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

This div background color is #bdced7


#bdced7 Border Color

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

This div border color is #bdced7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdced7


Comments

No comments written yet.

Please login to write comment.