Color Hex Logo

#bdcdbd Color Hex

#BDCDBD
(189,205,189)
0 Favorites   0 Comments

Color spaces of #bdcdbd

RGB 189205189
HSL0.330.140.77
HSV120°80°
CMYK 0.080.000.08   0.20
XYZ52.002958.155656.6284
Yxy58.15560.31180.3487
Hunter Lab76.2598-11.73249.3548
CIE-Lab80.8252-8.40376.1023

#bdcdbd color RGB value is (189,205,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 10111101
Octal 275 315 275
Decimal 189 205 189
Hex BD CD BD

RGB Percentages of Color #bdcdbd

%32.42
%35.16
%32.42

CMYK Percentages of Color #bdcdbd

%8
%0
%8
%20

Triadic Colors of #bdcdbd

#bdcdbd #bdbdcd #cdbdbd

Analogous Colors of #bdcdbd

#bdcdbd #bdcdc5 #c5cdbd

Monochromatic Colors of #bdcdbd

#bdcdbd

Complementary Color

#bdcdbd #cdbdcd

#bdcdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcdbd Color CSS Codes

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

#bdcdbd Text Font Color

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

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


#bdcdbd Background Color

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

This div background color is #bdcdbd


#bdcdbd Border Color

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

This div border color is #bdcdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcdbd


Comments

No comments written yet.

Please login to write comment.