Color Hex Logo

#bdcca6 Color Hex

#BDCCA6
(189,204,166)
0 Favorites   0 Comments

Color spaces of #bdcca6

RGB 189204166
HSL0.230.270.73
HSV84°19°80°
CMYK 0.070.000.19   0.20
XYZ49.462156.757744.4248
Yxy56.75770.32830.3768
Hunter Lab75.3377-14.648917.7745
CIE-Lab80.0431-11.804317.2538

#bdcca6 color RGB value is (189,204,166).

#bdcca6 hex color red value is 189, green value is 204 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #bdcca6 hue: 0.23 , saturation: 0.27 and the lightness value of bdcca6 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 10100110
Octal 275 314 246
Decimal 189 204 166
Hex BD CC A6

RGB Percentages of Color #bdcca6

%33.81
%36.49
%29.70

CMYK Percentages of Color #bdcca6

%7
%0
%19
%20

Triadic Colors of #bdcca6

#bdcca6 #a6bdcc #cca6bd

Analogous Colors of #bdcca6

#bdcca6 #aacca6 #ccc8a6

Monochromatic Colors of #bdcca6

#bdcca6

Complementary Color

#bdcca6 #b5a6cc

#bdcca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcca6 Color CSS Codes

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

#bdcca6 Text Font Color

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

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


#bdcca6 Background Color

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

This div background color is #bdcca6


#bdcca6 Border Color

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

This div border color is #bdcca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcca6

#bdcca6 Color Palettes


Comments

No comments written yet.

Please login to write comment.