Color Hex Logo

#bc8daa Color Hex

#BC8DAA
(188,141,170)
0 Favorites   0 Comments

Color spaces of #bc8daa

RGB 188141170
HSL0.900.260.65
HSV323°25°74°
CMYK 0.000.250.10   0.26
XYZ37.519632.643442.3535
Yxy32.64340.33350.2901
Hunter Lab57.134417.2340-3.9574
CIE-Lab63.871122.5115-8.2868

#bc8daa color RGB value is (188,141,170).

#bc8daa hex color red value is 188, green value is 141 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bc8daa hue: 0.90 , saturation: 0.26 and the lightness value of bc8daa is 0.65.

The process color (four color CMYK) of #bc8daa color hex is 0.00, 0.25, 0.10, 0.26. Web safe color of #bc8daa is #cc9999. Color #bc8daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001101 10101010
Octal 274 215 252
Decimal 188 141 170
Hex BC 8D AA

RGB Percentages of Color #bc8daa

%37.68
%28.26
%34.07

CMYK Percentages of Color #bc8daa

%0
%25
%10
%26

Triadic Colors of #bc8daa

#bc8daa #aabc8d #8daabc

Analogous Colors of #bc8daa

#bc8daa #bc8d93 #b78dbc

Monochromatic Colors of #bc8daa

#bc8daa

Complementary Color

#bc8daa #8dbc9f

#bc8daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8daa Color CSS Codes

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

#bc8daa Text Font Color

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

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


#bc8daa Background Color

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

This div background color is #bc8daa


#bc8daa Border Color

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

This div border color is #bc8daa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,141,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 #bc8daa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8daa


Comments

No comments written yet.

Please login to write comment.