Color Hex Logo

#bdc7d1 Color Hex

#BDC7D1
(189,199,209)
0 Favorites   0 Comments

Color spaces of #bdc7d1

RGB 189199209
HSL0.580.180.78
HSV210°10°82°
CMYK 0.100.050.00   0.18
XYZ52.918356.269168.3935
Yxy56.26910.29800.3169
Hunter Lab75.0127-5.3481-1.5493
CIE-Lab79.7667-1.4556-6.1682

#bdc7d1 color RGB value is (189,199,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000111 11010001
Octal 275 307 321
Decimal 189 199 209
Hex BD C7 D1

RGB Percentages of Color #bdc7d1

%31.66
%33.33
%35.01

CMYK Percentages of Color #bdc7d1

%10
%5
%0
%18

Triadic Colors of #bdc7d1

#bdc7d1 #d1bdc7 #c7d1bd

Analogous Colors of #bdc7d1

#bdc7d1 #bdbdd1 #bdd1d1

Monochromatic Colors of #bdc7d1

#bdc7d1

Complementary Color

#bdc7d1 #d1c7bd

#bdc7d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc7d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc7d1 Color CSS Codes

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

#bdc7d1 Text Font Color

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

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


#bdc7d1 Background Color

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

This div background color is #bdc7d1


#bdc7d1 Border Color

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

This div border color is #bdc7d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc7d1


Comments

No comments written yet.

Please login to write comment.