Color Hex Logo

#a8bcab Color Hex

#A8BCAB
(168,188,171)
0 Favorites   0 Comments

Color spaces of #a8bcab

RGB 168188171
HSL0.360.130.70
HSV129°11°74°
CMYK 0.110.000.09   0.26
XYZ41.482447.231545.4583
Yxy47.23150.30920.3520
Hunter Lab68.7252-12.52688.8902
CIE-Lab74.3376-10.11916.2752

#a8bcab color RGB value is (168,188,171).

#a8bcab hex color red value is 168, green value is 188 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a8bcab hue: 0.36 , saturation: 0.13 and the lightness value of a8bcab is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111100 10101011
Octal 250 274 253
Decimal 168 188 171
Hex A8 BC AB

RGB Percentages of Color #a8bcab

%31.88
%35.67
%32.45

CMYK Percentages of Color #a8bcab

%11
%0
%9
%26

Triadic Colors of #a8bcab

#a8bcab #aba8bc #bcaba8

Analogous Colors of #a8bcab

#a8bcab #a8bcb5 #afbca8

Monochromatic Colors of #a8bcab

#a8bcab

Complementary Color

#a8bcab #bca8b9

#a8bcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bcab Color CSS Codes

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

#a8bcab Text Font Color

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

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


#a8bcab Background Color

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

This div background color is #a8bcab


#a8bcab Border Color

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

This div border color is #a8bcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bcab


Comments

No comments written yet.

Please login to write comment.