Color Hex Logo

#bdced3 Color Hex

#BDCED3
(189,206,211)
0 Favorites   0 Comments

Color spaces of #bdced3

RGB 189206211
HSL0.540.200.78
HSV194°10°83°
CMYK 0.100.020.00   0.17
XYZ54.815459.664670.2553
Yxy59.66460.29670.3230
Hunter Lab77.2429-8.50250.1435
CIE-Lab81.6555-4.7393-4.4520

#bdced3 color RGB value is (189,206,211).

#bdced3 hex color red value is 189, green value is 206 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #bdced3 hue: 0.54 , saturation: 0.20 and the lightness value of bdced3 is 0.78.

The process color (four color CMYK) of #bdced3 color hex is 0.10, 0.02, 0.00, 0.17. Web safe color of #bdced3 is #cccccc. Color #bdced3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001110 11010011
Octal 275 316 323
Decimal 189 206 211
Hex BD CE D3

RGB Percentages of Color #bdced3

%31.19
%33.99
%34.82

CMYK Percentages of Color #bdced3

%10
%2
%0
%17

Triadic Colors of #bdced3

#bdced3 #d3bdce #ced3bd

Analogous Colors of #bdced3

#bdced3 #bdc3d3 #bdd3cd

Monochromatic Colors of #bdced3

#bdced3

Complementary Color

#bdced3 #d3c2bd

#bdced3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdced3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdced3 Color CSS Codes

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

#bdced3 Text Font Color

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

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


#bdced3 Background Color

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

This div background color is #bdced3


#bdced3 Border Color

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

This div border color is #bdced3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdced3


Comments

No comments written yet.

Please login to write comment.