Color Hex Logo

#a8c1ab Color Hex

#A8C1AB
(168,193,171)
0 Favorites   0 Comments

Color spaces of #a8c1ab

RGB 168193171
HSL0.350.170.71
HSV127°13°76°
CMYK 0.130.000.11   0.24
XYZ42.569149.405045.8206
Yxy49.40500.30890.3585
Hunter Lab70.2887-14.899810.5514
CIE-Lab75.7026-12.71948.2326

#a8c1ab color RGB value is (168,193,171).

#a8c1ab hex color red value is 168, green value is 193 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a8c1ab hue: 0.35 , saturation: 0.17 and the lightness value of a8c1ab is 0.71.

The process color (four color CMYK) of #a8c1ab color hex is 0.13, 0.00, 0.11, 0.24. Web safe color of #a8c1ab is #99cc99. Color #a8c1ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11000001 10101011
Octal 250 301 253
Decimal 168 193 171
Hex A8 C1 AB

RGB Percentages of Color #a8c1ab

%31.58
%36.28
%32.14

CMYK Percentages of Color #a8c1ab

%13
%0
%11
%24

Triadic Colors of #a8c1ab

#a8c1ab #aba8c1 #c1aba8

Analogous Colors of #a8c1ab

#a8c1ab #a8c1b8 #b2c1a8

Monochromatic Colors of #a8c1ab

#a8c1ab

Complementary Color

#a8c1ab #c1a8be

#a8c1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8c1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8c1ab Color CSS Codes

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

#a8c1ab Text Font Color

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

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


#a8c1ab Background Color

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

This div background color is #a8c1ab


#a8c1ab Border Color

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

This div border color is #a8c1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8c1ab


Comments

No comments written yet.

Please login to write comment.