Color Hex Logo

#bdcdba Color Hex

#BDCDBA
(189,205,186)
0 Favorites   0 Comments

Color spaces of #bdcdba

RGB 189205186
HSL0.310.160.77
HSV111°80°
CMYK 0.080.000.09   0.20
XYZ51.680558.026654.9308
Yxy58.02660.31390.3524
Hunter Lab76.1752-12.204610.5679
CIE-Lab80.7536-8.94177.6023

#bdcdba color RGB value is (189,205,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 10111010
Octal 275 315 272
Decimal 189 205 186
Hex BD CD BA

RGB Percentages of Color #bdcdba

%32.59
%35.34
%32.07

CMYK Percentages of Color #bdcdba

%8
%0
%9
%20

Triadic Colors of #bdcdba

#bdcdba #babdcd #cdbabd

Analogous Colors of #bdcdba

#bdcdba #bacdc1 #c7cdba

Monochromatic Colors of #bdcdba

#bdcdba

Complementary Color

#bdcdba #cabacd

#bdcdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcdba Color CSS Codes

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

#bdcdba Text Font Color

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

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


#bdcdba Background Color

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

This div background color is #bdcdba


#bdcdba Border Color

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

This div border color is #bdcdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcdba


Comments

No comments written yet.

Please login to write comment.