Color Hex Logo

#bdcc9d Color Hex

#BDCC9D
(189,204,157)
0 Favorites   0 Comments

Color spaces of #bdcc9d

RGB 189204157
HSL0.220.320.71
HSV79°23°80°
CMYK 0.070.000.23   0.20
XYZ48.664956.438940.2272
Yxy56.43890.33490.3883
Hunter Lab75.1258-15.841720.8404
CIE-Lab79.8630-13.200121.7706

#bdcc9d color RGB value is (189,204,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 10011101
Octal 275 314 235
Decimal 189 204 157
Hex BD CC 9D

RGB Percentages of Color #bdcc9d

%34.36
%37.09
%28.55

CMYK Percentages of Color #bdcc9d

%7
%0
%23
%20

Triadic Colors of #bdcc9d

#bdcc9d #9dbdcc #cc9dbd

Analogous Colors of #bdcc9d

#bdcc9d #a6cc9d #ccc49d

Monochromatic Colors of #bdcc9d

#bdcc9d

Complementary Color

#bdcc9d #ac9dcc

#bdcc9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcc9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcc9d Color CSS Codes

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

#bdcc9d Text Font Color

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

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


#bdcc9d Background Color

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

This div background color is #bdcc9d


#bdcc9d Border Color

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

This div border color is #bdcc9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcc9d


Comments

No comments written yet.

Please login to write comment.