Color Hex Logo

#bcad9c Color Hex

#BCAD9C
(188,173,156)
0 Favorites   0 Comments

Color spaces of #bcad9c

RGB 188173156
HSL0.090.190.67
HSV32°17°74°
CMYK 0.000.080.17   0.26
XYZ41.683442.978837.5513
Yxy42.97880.34110.3517
Hunter Lab65.5582-1.232511.9298
CIE-Lab71.54062.548610.6771

#bcad9c color RGB value is (188,173,156).

#bcad9c hex color red value is 188, green value is 173 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bcad9c hue: 0.09 , saturation: 0.19 and the lightness value of bcad9c is 0.67.

The process color (four color CMYK) of #bcad9c color hex is 0.00, 0.08, 0.17, 0.26. Web safe color of #bcad9c is #cc9999. Color #bcad9c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 10011100
Octal 274 255 234
Decimal 188 173 156
Hex BC AD 9C

RGB Percentages of Color #bcad9c

%36.36
%33.46
%30.17

CMYK Percentages of Color #bcad9c

%0
%8
%17
%26

Triadic Colors of #bcad9c

#bcad9c #9cbcad #ad9cbc

Analogous Colors of #bcad9c

#bcad9c #bbbc9c #bc9d9c

Monochromatic Colors of #bcad9c

#bcad9c

Complementary Color

#bcad9c #9cabbc

#bcad9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcad9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcad9c Color CSS Codes

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

#bcad9c Text Font Color

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

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


#bcad9c Background Color

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

This div background color is #bcad9c


#bcad9c Border Color

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

This div border color is #bcad9c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,173,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bcad9c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bcad9c;
  -webkit-box-shadow: 1px 1px 3px 2px #bcad9c;
  box-shadow:         1px 1px 3px 2px #bcad9c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,173,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcad9c


Comments

No comments written yet.

Please login to write comment.