Color Hex Logo

#bdcad1 Color Hex

#BDCAD1
(189,202,209)
0 Favorites   0 Comments

Color spaces of #bdcad1

RGB 189202209
HSL0.560.180.78
HSV201°10°82°
CMYK 0.100.030.00   0.18
XYZ53.615457.663368.6259
Yxy57.66330.29800.3205
Hunter Lab75.9364-6.8574-0.4267
CIE-Lab80.5512-3.0388-5.0094

#bdcad1 color RGB value is (189,202,209).

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

The process color (four color CMYK) of #bdcad1 color hex is 0.10, 0.03, 0.00, 0.18. Web safe color of #bdcad1 is #cccccc. Color #bdcad1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 11010001
Octal 275 312 321
Decimal 189 202 209
Hex BD CA D1

RGB Percentages of Color #bdcad1

%31.50
%33.67
%34.83

CMYK Percentages of Color #bdcad1

%10
%3
%0
%18

Triadic Colors of #bdcad1

#bdcad1 #d1bdca #cad1bd

Analogous Colors of #bdcad1

#bdcad1 #bdc0d1 #bdd1ce

Monochromatic Colors of #bdcad1

#bdcad1

Complementary Color

#bdcad1 #d1c4bd

#bdcad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcad1 Color CSS Codes

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

#bdcad1 Text Font Color

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

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


#bdcad1 Background Color

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

This div background color is #bdcad1


#bdcad1 Border Color

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

This div border color is #bdcad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcad1


Comments

No comments written yet.

Please login to write comment.