Color Hex Logo

#bdcad3 Color Hex

#BDCAD3
(189,202,211)
0 Favorites   0 Comments

Color spaces of #bdcad3

RGB 189202211
HSL0.570.200.78
HSV205°10°83°
CMYK 0.100.040.00   0.17
XYZ53.864757.763069.9384
Yxy57.76300.29670.3181
Hunter Lab76.0020-6.4956-1.3584
CIE-Lab80.6068-2.6392-5.9998

#bdcad3 color RGB value is (189,202,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 11010011
Octal 275 312 323
Decimal 189 202 211
Hex BD CA D3

RGB Percentages of Color #bdcad3

%31.40
%33.55
%35.05

CMYK Percentages of Color #bdcad3

%10
%4
%0
%17

Triadic Colors of #bdcad3

#bdcad3 #d3bdca #cad3bd

Analogous Colors of #bdcad3

#bdcad3 #bdbfd3 #bdd3d1

Monochromatic Colors of #bdcad3

#bdcad3

Complementary Color

#bdcad3 #d3c6bd

#bdcad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcad3 Color CSS Codes

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

#bdcad3 Text Font Color

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

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


#bdcad3 Background Color

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

This div background color is #bdcad3


#bdcad3 Border Color

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

This div border color is #bdcad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcad3


Comments

No comments written yet.

Please login to write comment.