Color Hex Logo

#bdc7cd Color Hex

#BDC7CD
(189,199,205)
0 Favorites   0 Comments

Color spaces of #bdc7cd

RGB 189199205
HSL0.560.140.77
HSV203°80°
CMYK 0.080.030.00   0.20
XYZ52.429156.073465.8176
Yxy56.07340.30080.3217
Hunter Lab74.8822-6.06620.3046
CIE-Lab79.6556-2.2480-4.1819

#bdc7cd color RGB value is (189,199,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 11001101
Octal 275 307 315
Decimal 189 199 205
Hex BD C7 CD

RGB Percentages of Color #bdc7cd

%31.87
%33.56
%34.57

CMYK Percentages of Color #bdc7cd

%8
%3
%0
%20

Triadic Colors of #bdc7cd

#bdc7cd #cdbdc7 #c7cdbd

Analogous Colors of #bdc7cd

#bdc7cd #bdbfcd #bdcdcb

Monochromatic Colors of #bdc7cd

#bdc7cd

Complementary Color

#bdc7cd #cdc3bd

#bdc7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc7cd Color CSS Codes

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

#bdc7cd Text Font Color

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

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


#bdc7cd Background Color

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

This div background color is #bdc7cd


#bdc7cd Border Color

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

This div border color is #bdc7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc7cd


Comments

No comments written yet.

Please login to write comment.