Color Hex Logo

#bdcdbc Color Hex

#BDCDBC
(189,205,188)
0 Favorites   0 Comments

Color spaces of #bdcdbc

RGB 189205188
HSL0.320.150.77
HSV116°80°
CMYK 0.080.000.08   0.20
XYZ51.894758.112356.0586
Yxy58.11230.31250.3499
Hunter Lab76.2314-11.89079.7617
CIE-Lab80.8012-8.58396.6021

#bdcdbc color RGB value is (189,205,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 10111100
Octal 275 315 274
Decimal 189 205 188
Hex BD CD BC

RGB Percentages of Color #bdcdbc

%32.47
%35.22
%32.30

CMYK Percentages of Color #bdcdbc

%8
%0
%8
%20

Triadic Colors of #bdcdbc

#bdcdbc #bcbdcd #cdbcbd

Analogous Colors of #bdcdbc

#bdcdbc #bccdc4 #c6cdbc

Monochromatic Colors of #bdcdbc

#bdcdbc

Complementary Color

#bdcdbc #ccbccd

#bdcdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcdbc Color CSS Codes

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

#bdcdbc Text Font Color

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

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


#bdcdbc Background Color

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

This div background color is #bdcdbc


#bdcdbc Border Color

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

This div border color is #bdcdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcdbc


Comments

No comments written yet.

Please login to write comment.