Color Hex Logo

#bcaaad Color Hex

#BCAAAD
(188,170,173)
0 Favorites   0 Comments

Color spaces of #bcaaad

RGB 188170173
HSL0.970.120.70
HSV350°10°74°
CMYK 0.000.100.08   0.26
XYZ42.656642.457945.4821
Yxy42.45790.32660.3251
Hunter Lab65.15972.82494.2268
CIE-Lab71.18557.01290.8144

#bcaaad color RGB value is (188,170,173).

#bcaaad hex color red value is 188, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bcaaad hue: 0.97 , saturation: 0.12 and the lightness value of bcaaad is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 10101101
Octal 274 252 255
Decimal 188 170 173
Hex BC AA AD

RGB Percentages of Color #bcaaad

%35.40
%32.02
%32.58

CMYK Percentages of Color #bcaaad

%0
%10
%8
%26

Triadic Colors of #bcaaad

#bcaaad #adbcaa #aaadbc

Analogous Colors of #bcaaad

#bcaaad #bcb0aa #bcaab6

Monochromatic Colors of #bcaaad

#bcaaad

Complementary Color

#bcaaad #aabcb9

#bcaaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaaad Color CSS Codes

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

#bcaaad Text Font Color

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

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


#bcaaad Background Color

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

This div background color is #bcaaad


#bcaaad Border Color

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

This div border color is #bcaaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaaad


Comments

No comments written yet.

Please login to write comment.