Color Hex Logo

#bdcdcd Color Hex

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

Color spaces of #bdcdcd

RGB 189205205
HSL0.500.140.77
HSV180°80°
CMYK 0.080.000.00   0.20
XYZ53.837058.889266.2869
Yxy58.88920.30070.3290
Hunter Lab76.7393-9.06582.5032
CIE-Lab81.2307-5.3990-1.8673

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

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

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

Base Numbers

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

RGB Percentages of Color #bdcdcd

%31.55
%34.22
%34.22

CMYK Percentages of Color #bdcdcd

%8
%0
%0
%20

Triadic Colors of #bdcdcd

#bdcdcd #cdbdcd #cdcdbd

Analogous Colors of #bdcdcd

#bdcdcd #bdc5cd #bdcdc5

Monochromatic Colors of #bdcdcd

#bdcdcd

Complementary Color

#bdcdcd #cdbdbd

#bdcdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcdcd Color CSS Codes

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

#bdcdcd Text Font Color

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

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


#bdcdcd Background Color

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

This div background color is #bdcdcd


#bdcdcd Border Color

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

This div border color is #bdcdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcdcd


Comments

No comments written yet.

Please login to write comment.