Color Hex Logo

#bdcdad Color Hex

#BDCDAD
(189,205,173)
0 Favorites   0 Comments

Color spaces of #bdcdad

RGB 189205173
HSL0.250.240.74
HSV90°16°80°
CMYK 0.080.000.16   0.20
XYZ50.360457.498647.9792
Yxy57.49860.32320.3690
Hunter Lab75.8278-14.149515.5644
CIE-Lab80.4592-11.177714.1161

#bdcdad color RGB value is (189,205,173).

#bdcdad hex color red value is 189, green value is 205 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bdcdad hue: 0.25 , saturation: 0.24 and the lightness value of bdcdad is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 10101101
Octal 275 315 255
Decimal 189 205 173
Hex BD CD AD

RGB Percentages of Color #bdcdad

%33.33
%36.16
%30.51

CMYK Percentages of Color #bdcdad

%8
%0
%16
%20

Triadic Colors of #bdcdad

#bdcdad #adbdcd #cdadbd

Analogous Colors of #bdcdad

#bdcdad #adcdad #cdcdad

Monochromatic Colors of #bdcdad

#bdcdad

Complementary Color

#bdcdad #bdadcd

#bdcdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcdad Color CSS Codes

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

#bdcdad Text Font Color

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

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


#bdcdad Background Color

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

This div background color is #bdcdad


#bdcdad Border Color

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

This div border color is #bdcdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcdad


Comments

No comments written yet.

Please login to write comment.