Color Hex Logo

#bcaba4 Color Hex

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

Color spaces of #bcaba4

RGB 188171164
HSL0.050.150.69
HSV18°13°74°
CMYK 0.000.090.13   0.26
XYZ42.002842.497541.1110
Yxy42.49750.33440.3383
Hunter Lab65.19010.92718.2429
CIE-Lab71.21264.93025.8128

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

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

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

Base Numbers

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

RGB Percentages of Color #bcaba4

%35.95
%32.70
%31.36

CMYK Percentages of Color #bcaba4

%0
%9
%13
%26

Triadic Colors of #bcaba4

#bcaba4 #a4bcab #aba4bc

Analogous Colors of #bcaba4

#bcaba4 #bcb7a4 #bca4a9

Monochromatic Colors of #bcaba4

#bcaba4

Complementary Color

#bcaba4 #a4b5bc

#bcaba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaba4 Color CSS Codes

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

#bcaba4 Text Font Color

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

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


#bcaba4 Background Color

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

This div background color is #bcaba4


#bcaba4 Border Color

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

This div border color is #bcaba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaba4


Comments

No comments written yet.

Please login to write comment.