Color Hex Logo

#bcaaab Color Hex

#BCAAAB
(188,170,171)
1 Favorites   0 Comments

Color spaces of #bcaaab

RGB 188170171
HSL0.990.120.70
HSV357°10°74°
CMYK 0.000.100.09   0.26
XYZ42.464442.381144.4703
Yxy42.38110.32840.3277
Hunter Lab65.10082.50695.0696
CIE-Lab71.13296.66381.8407

#bcaaab color RGB value is (188,170,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 10101011
Octal 274 252 253
Decimal 188 170 171
Hex BC AA AB

RGB Percentages of Color #bcaaab

%35.54
%32.14
%32.33

CMYK Percentages of Color #bcaaab

%0
%10
%9
%26

Triadic Colors of #bcaaab

#bcaaab #abbcaa #aaabbc

Analogous Colors of #bcaaab

#bcaaab #bcb2aa #bcaab4

Monochromatic Colors of #bcaaab

#bcaaab

Complementary Color

#bcaaab #aabcbb

#bcaaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaaab Color CSS Codes

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

#bcaaab Text Font Color

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

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


#bcaaab Background Color

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

This div background color is #bcaaab


#bcaaab Border Color

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

This div border color is #bcaaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaaab


Comments

No comments written yet.

Please login to write comment.