Color Hex Logo

#bdcbaa Color Hex

#BDCBAA
(189,203,170)
0 Favorites   0 Comments

Color spaces of #bdcbaa

RGB 189203170
HSL0.240.240.73
HSV85°16°80°
CMYK 0.070.000.16   0.20
XYZ49.597956.433046.3088
Yxy56.43300.32560.3704
Hunter Lab75.1219-13.611916.0361
CIE-Lab79.8596-10.645614.8694

#bdcbaa color RGB value is (189,203,170).

#bdcbaa hex color red value is 189, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bdcbaa hue: 0.24 , saturation: 0.24 and the lightness value of bdcbaa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001011 10101010
Octal 275 313 252
Decimal 189 203 170
Hex BD CB AA

RGB Percentages of Color #bdcbaa

%33.63
%36.12
%30.25

CMYK Percentages of Color #bdcbaa

%7
%0
%16
%20

Triadic Colors of #bdcbaa

#bdcbaa #aabdcb #cbaabd

Analogous Colors of #bdcbaa

#bdcbaa #adcbaa #cbc9aa

Monochromatic Colors of #bdcbaa

#bdcbaa

Complementary Color

#bdcbaa #b8aacb

#bdcbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcbaa Color CSS Codes

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

#bdcbaa Text Font Color

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

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


#bdcbaa Background Color

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

This div background color is #bdcbaa


#bdcbaa Border Color

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

This div border color is #bdcbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcbaa


Comments

No comments written yet.

Please login to write comment.