Color Hex Logo

#bca4ab Color Hex

#BCA4AB
(188,164,171)
0 Favorites   0 Comments

Color spaces of #bca4ab

RGB 188164171
HSL0.950.150.69
HSV343°13°74°
CMYK 0.000.130.09   0.26
XYZ41.365240.182644.1039
Yxy40.18260.32920.3198
Hunter Lab63.38975.54873.1214
CIE-Lab69.59949.9467-0.3946

#bca4ab color RGB value is (188,164,171).

#bca4ab hex color red value is 188, green value is 164 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bca4ab hue: 0.95 , saturation: 0.15 and the lightness value of bca4ab is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100100 10101011
Octal 274 244 253
Decimal 188 164 171
Hex BC A4 AB

RGB Percentages of Color #bca4ab

%35.95
%31.36
%32.70

CMYK Percentages of Color #bca4ab

%0
%13
%9
%26

Triadic Colors of #bca4ab

#bca4ab #abbca4 #a4abbc

Analogous Colors of #bca4ab

#bca4ab #bca9a4 #bca4b7

Monochromatic Colors of #bca4ab

#bca4ab

Complementary Color

#bca4ab #a4bcb5

#bca4ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca4ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca4ab Color CSS Codes

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

#bca4ab Text Font Color

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

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


#bca4ab Background Color

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

This div background color is #bca4ab


#bca4ab Border Color

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

This div border color is #bca4ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca4ab


Comments

No comments written yet.

Please login to write comment.