Color Hex Logo

#bdcca0 Color Hex

#BDCCA0
(189,204,160)
0 Favorites   0 Comments

Color spaces of #bdcca0

RGB 189204160
HSL0.220.300.71
HSV80°22°80°
CMYK 0.070.000.22   0.20
XYZ48.924356.542641.5929
Yxy56.54260.33270.3845
Hunter Lab75.1948-15.452819.8410
CIE-Lab79.9216-12.743620.2658

#bdcca0 color RGB value is (189,204,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 10100000
Octal 275 314 240
Decimal 189 204 160
Hex BD CC A0

RGB Percentages of Color #bdcca0

%34.18
%36.89
%28.93

CMYK Percentages of Color #bdcca0

%7
%0
%22
%20

Triadic Colors of #bdcca0

#bdcca0 #a0bdcc #cca0bd

Analogous Colors of #bdcca0

#bdcca0 #a7cca0 #ccc5a0

Monochromatic Colors of #bdcca0

#bdcca0

Complementary Color

#bdcca0 #afa0cc

#bdcca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcca0 Color CSS Codes

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

#bdcca0 Text Font Color

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

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


#bdcca0 Background Color

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

This div background color is #bdcca0


#bdcca0 Border Color

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

This div border color is #bdcca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcca0


Comments

No comments written yet.

Please login to write comment.