Color Hex Logo

#bdc9ad Color Hex

#BDC9AD
(189,201,173)
0 Favorites   0 Comments

Color spaces of #bdc9ad

RGB 189201173
HSL0.240.210.73
HSV86°14°79°
CMYK 0.060.000.14   0.21
XYZ49.415755.609247.6643
Yxy55.60920.32360.3642
Hunter Lab74.5716-12.215214.3034
CIE-Lab79.3909-9.118712.6079

#bdc9ad color RGB value is (189,201,173).

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

The process color (four color CMYK) of #bdc9ad color hex is 0.06, 0.00, 0.14, 0.21. Web safe color of #bdc9ad is #cccc99. Color #bdc9ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001001 10101101
Octal 275 311 255
Decimal 189 201 173
Hex BD C9 AD

RGB Percentages of Color #bdc9ad

%33.57
%35.70
%30.73

CMYK Percentages of Color #bdc9ad

%6
%0
%14
%21

Triadic Colors of #bdc9ad

#bdc9ad #adbdc9 #c9adbd

Analogous Colors of #bdc9ad

#bdc9ad #afc9ad #c9c7ad

Monochromatic Colors of #bdc9ad

#bdc9ad

Complementary Color

#bdc9ad #b9adc9

#bdc9ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc9ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc9ad Color CSS Codes

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

#bdc9ad Text Font Color

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

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


#bdc9ad Background Color

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

This div background color is #bdc9ad


#bdc9ad Border Color

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

This div border color is #bdc9ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc9ad


Comments

No comments written yet.

Please login to write comment.