Color Hex Logo

#bdced8 Color Hex

#BDCED8
(189,206,216)
0 Favorites   0 Comments

Color spaces of #bdced8

RGB 189206216
HSL0.560.260.79
HSV202°13°85°
CMYK 0.130.050.00   0.15
XYZ55.452259.919373.6087
Yxy59.91930.29340.3171
Hunter Lab77.4076-7.5918-2.1950
CIE-Lab81.7943-3.7320-6.9198

#bdced8 color RGB value is (189,206,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 11011000
Octal 275 316 330
Decimal 189 206 216
Hex BD CE D8

RGB Percentages of Color #bdced8

%30.93
%33.72
%35.35

CMYK Percentages of Color #bdced8

%13
%5
%0
%15

Triadic Colors of #bdced8

#bdced8 #d8bdce #ced8bd

Analogous Colors of #bdced8

#bdced8 #bdc1d8 #bdd8d5

Monochromatic Colors of #bdced8

#bdced8

Complementary Color

#bdced8 #d8c7bd

#bdced8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdced8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdced8 Color CSS Codes

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

#bdced8 Text Font Color

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

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


#bdced8 Background Color

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

This div background color is #bdced8


#bdced8 Border Color

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

This div border color is #bdced8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdced8


Comments

No comments written yet.

Please login to write comment.