Color Hex Logo

#bcaaac Color Hex

#BCAAAC
(188,170,172)
0 Favorites   0 Comments

Color spaces of #bcaaac

RGB 188170172
HSL0.980.120.70
HSV353°10°74°
CMYK 0.000.100.09   0.26
XYZ42.560242.419444.9743
Yxy42.41940.32750.3264
Hunter Lab65.13022.66544.6496
CIE-Lab71.15916.83791.3275

#bcaaac color RGB value is (188,170,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 10101100
Octal 274 252 254
Decimal 188 170 172
Hex BC AA AC

RGB Percentages of Color #bcaaac

%35.47
%32.08
%32.45

CMYK Percentages of Color #bcaaac

%0
%10
%9
%26

Triadic Colors of #bcaaac

#bcaaac #acbcaa #aaacbc

Analogous Colors of #bcaaac

#bcaaac #bcb1aa #bcaab5

Monochromatic Colors of #bcaaac

#bcaaac

Complementary Color

#bcaaac #aabcba

#bcaaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaaac Color CSS Codes

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

#bcaaac Text Font Color

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

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


#bcaaac Background Color

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

This div background color is #bcaaac


#bcaaac Border Color

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

This div border color is #bcaaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaaac


Comments

No comments written yet.

Please login to write comment.