Color Hex Logo

#bdccab Color Hex

#BDCCAB
(189,204,171)
0 Favorites   0 Comments

Color spaces of #bdccab

RGB 189204171
HSL0.240.240.74
HSV87°16°80°
CMYK 0.070.000.16   0.20
XYZ49.929856.944846.8879
Yxy56.94480.32470.3703
Hunter Lab75.4618-13.952415.9836
CIE-Lab80.1485-10.995014.7432

#bdccab color RGB value is (189,204,171).

#bdccab hex color red value is 189, green value is 204 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bdccab hue: 0.24 , saturation: 0.24 and the lightness value of bdccab is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 10101011
Octal 275 314 253
Decimal 189 204 171
Hex BD CC AB

RGB Percentages of Color #bdccab

%33.51
%36.17
%30.32

CMYK Percentages of Color #bdccab

%7
%0
%16
%20

Triadic Colors of #bdccab

#bdccab #abbdcc #ccabbd

Analogous Colors of #bdccab

#bdccab #adccab #cccbab

Monochromatic Colors of #bdccab

#bdccab

Complementary Color

#bdccab #baabcc

#bdccab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdccab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdccab Color CSS Codes

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

#bdccab Text Font Color

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

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


#bdccab Background Color

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

This div background color is #bdccab


#bdccab Border Color

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

This div border color is #bdccab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdccab


Comments

No comments written yet.

Please login to write comment.