Color Hex Logo

#a1bcab Color Hex

#A1BCAB
(161,188,171)
0 Favorites   0 Comments

Color spaces of #a1bcab

RGB 161188171
HSL0.400.170.68
HSV142°14°74°
CMYK 0.140.000.09   0.26
XYZ40.031846.483845.3904
Yxy46.48380.30350.3524
Hunter Lab68.1790-14.50588.2528
CIE-Lab73.8584-12.52695.5234

#a1bcab color RGB value is (161,188,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10111100 10101011
Octal 241 274 253
Decimal 161 188 171
Hex A1 BC AB

RGB Percentages of Color #a1bcab

%30.96
%36.15
%32.88

CMYK Percentages of Color #a1bcab

%14
%0
%9
%26

Triadic Colors of #a1bcab

#a1bcab #aba1bc #bcaba1

Analogous Colors of #a1bcab

#a1bcab #a1bcb9 #a5bca1

Monochromatic Colors of #a1bcab

#a1bcab

Complementary Color

#a1bcab #bca1b2

#a1bcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1bcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1bcab Color CSS Codes

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

#a1bcab Text Font Color

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

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


#a1bcab Background Color

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

This div background color is #a1bcab


#a1bcab Border Color

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

This div border color is #a1bcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1bcab

#a1bcab Color Palettes


Comments

No comments written yet.

Please login to write comment.