Color Hex Logo

#bdcb9d Color Hex

#BDCB9D
(189,203,157)
0 Favorites   0 Comments

Color spaces of #bdcb9d

RGB 189203157
HSL0.220.310.71
HSV78°23°80°
CMYK 0.070.000.23   0.20
XYZ48.428055.965040.1482
Yxy55.96500.33500.3872
Hunter Lab74.8098-15.365320.5476
CIE-Lab79.5939-12.690521.4007

#bdcb9d color RGB value is (189,203,157).

#bdcb9d hex color red value is 189, green value is 203 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bdcb9d hue: 0.22 , saturation: 0.31 and the lightness value of bdcb9d is 0.71.

The process color (four color CMYK) of #bdcb9d color hex is 0.07, 0.00, 0.23, 0.20. Web safe color of #bdcb9d is #cccc99. Color #bdcb9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001011 10011101
Octal 275 313 235
Decimal 189 203 157
Hex BD CB 9D

RGB Percentages of Color #bdcb9d

%34.43
%36.98
%28.60

CMYK Percentages of Color #bdcb9d

%7
%0
%23
%20

Triadic Colors of #bdcb9d

#bdcb9d #9dbdcb #cb9dbd

Analogous Colors of #bdcb9d

#bdcb9d #a6cb9d #cbc29d

Monochromatic Colors of #bdcb9d

#bdcb9d

Complementary Color

#bdcb9d #ab9dcb

#bdcb9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcb9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcb9d Color CSS Codes

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

#bdcb9d Text Font Color

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

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


#bdcb9d Background Color

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

This div background color is #bdcb9d


#bdcb9d Border Color

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

This div border color is #bdcb9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcb9d


Comments

No comments written yet.

Please login to write comment.