Color Hex Logo

#bdcacd Color Hex

#BDCACD
(189,202,205)
0 Favorites   0 Comments

Color spaces of #bdcacd

RGB 189202205
HSL0.530.140.77
HSV191°80°
CMYK 0.080.010.00   0.20
XYZ53.126257.467766.0499
Yxy57.46770.30080.3253
Hunter Lab75.8075-7.56951.4067
CIE-Lab80.4419-3.8280-3.0249

#bdcacd color RGB value is (189,202,205).

#bdcacd hex color red value is 189, green value is 202 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #bdcacd hue: 0.53 , saturation: 0.14 and the lightness value of bdcacd is 0.77.

The process color (four color CMYK) of #bdcacd color hex is 0.08, 0.01, 0.00, 0.20. Web safe color of #bdcacd is #cccccc. Color #bdcacd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001010 11001101
Octal 275 312 315
Decimal 189 202 205
Hex BD CA CD

RGB Percentages of Color #bdcacd

%31.71
%33.89
%34.40

CMYK Percentages of Color #bdcacd

%8
%1
%0
%20

Triadic Colors of #bdcacd

#bdcacd #cdbdca #cacdbd

Analogous Colors of #bdcacd

#bdcacd #bdc2cd #bdcdc8

Monochromatic Colors of #bdcacd

#bdcacd

Complementary Color

#bdcacd #cdc0bd

#bdcacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcacd Color CSS Codes

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

#bdcacd Text Font Color

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

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


#bdcacd Background Color

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

This div background color is #bdcacd


#bdcacd Border Color

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

This div border color is #bdcacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcacd


Comments

No comments written yet.

Please login to write comment.