Color Hex Logo

#a4bca1 Color Hex

#A4BCA1
(164,188,161)
0 Favorites   0 Comments

Color spaces of #a4bca1

RGB 164188161
HSL0.310.170.68
HSV113°14°74°
CMYK 0.130.000.14   0.26
XYZ39.726146.432240.5867
Yxy46.43220.31340.3663
Hunter Lab68.1412-15.182112.3841
CIE-Lab73.8251-13.340010.9343

#a4bca1 color RGB value is (164,188,161).

#a4bca1 hex color red value is 164, green value is 188 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #a4bca1 hue: 0.31 , saturation: 0.17 and the lightness value of a4bca1 is 0.68.

The process color (four color CMYK) of #a4bca1 color hex is 0.13, 0.00, 0.14, 0.26. Web safe color of #a4bca1 is #99cc99. Color #a4bca1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111100 10100001
Octal 244 274 241
Decimal 164 188 161
Hex A4 BC A1

RGB Percentages of Color #a4bca1

%31.97
%36.65
%31.38

CMYK Percentages of Color #a4bca1

%13
%0
%14
%26

Triadic Colors of #a4bca1

#a4bca1 #a1a4bc #bca1a4

Analogous Colors of #a4bca1

#a4bca1 #a1bcac #b2bca1

Monochromatic Colors of #a4bca1

#a4bca1

Complementary Color

#a4bca1 #b9a1bc

#a4bca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bca1 Color CSS Codes

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

#a4bca1 Text Font Color

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

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


#a4bca1 Background Color

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

This div background color is #a4bca1


#a4bca1 Border Color

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

This div border color is #a4bca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bca1


Comments

No comments written yet.

Please login to write comment.