Color Hex Logo

#bdcdb9 Color Hex

#BDCDB9
(189,205,185)
0 Favorites   0 Comments

Color spaces of #bdcdb9

RGB 189205185
HSL0.300.170.76
HSV108°10°80°
CMYK 0.080.000.10   0.20
XYZ51.574557.984254.3727
Yxy57.98420.31460.3537
Hunter Lab76.1474-12.360110.9674
CIE-Lab80.7300-9.11938.1027

#bdcdb9 color RGB value is (189,205,185).

#bdcdb9 hex color red value is 189, green value is 205 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #bdcdb9 hue: 0.30 , saturation: 0.17 and the lightness value of bdcdb9 is 0.76.

The process color (four color CMYK) of #bdcdb9 color hex is 0.08, 0.00, 0.10, 0.20. Web safe color of #bdcdb9 is #cccccc. Color #bdcdb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 10111001
Octal 275 315 271
Decimal 189 205 185
Hex BD CD B9

RGB Percentages of Color #bdcdb9

%32.64
%35.41
%31.95

CMYK Percentages of Color #bdcdb9

%8
%0
%10
%20

Triadic Colors of #bdcdb9

#bdcdb9 #b9bdcd #cdb9bd

Analogous Colors of #bdcdb9

#bdcdb9 #b9cdbf #c7cdb9

Monochromatic Colors of #bdcdb9

#bdcdb9

Complementary Color

#bdcdb9 #c9b9cd

#bdcdb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcdb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcdb9 Color CSS Codes

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

#bdcdb9 Text Font Color

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

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


#bdcdb9 Background Color

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

This div background color is #bdcdb9


#bdcdb9 Border Color

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

This div border color is #bdcdb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcdb9


Comments

No comments written yet.

Please login to write comment.