Color Hex Logo

#bdcd96 Color Hex

#BDCD96
(189,205,150)
0 Favorites   0 Comments

Color spaces of #bdcd96

RGB 189205150
HSL0.220.350.70
HSV77°27°80°
CMYK 0.080.000.27   0.20
XYZ48.322656.683537.2483
Yxy56.68350.33970.3985
Hunter Lab75.2884-17.187623.3687
CIE-Lab80.0012-14.736225.6427

#bdcd96 color RGB value is (189,205,150).

#bdcd96 hex color red value is 189, green value is 205 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bdcd96 hue: 0.22 , saturation: 0.35 and the lightness value of bdcd96 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 10010110
Octal 275 315 226
Decimal 189 205 150
Hex BD CD 96

RGB Percentages of Color #bdcd96

%34.74
%37.68
%27.57

CMYK Percentages of Color #bdcd96

%8
%0
%27
%20

Triadic Colors of #bdcd96

#bdcd96 #96bdcd #cd96bd

Analogous Colors of #bdcd96

#bdcd96 #a2cd96 #cdc296

Monochromatic Colors of #bdcd96

#bdcd96

Complementary Color

#bdcd96 #a696cd

#bdcd96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcd96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcd96 Color CSS Codes

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

#bdcd96 Text Font Color

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

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


#bdcd96 Background Color

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

This div background color is #bdcd96


#bdcd96 Border Color

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

This div border color is #bdcd96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcd96


Comments

No comments written yet.

Please login to write comment.