Color Hex Logo

#a7bcab Color Hex

#A7BCAB
(167,188,171)
0 Favorites   0 Comments

Color spaces of #a7bcab

RGB 167188171
HSL0.370.140.70
HSV131°11°74°
CMYK 0.110.000.09   0.26
XYZ41.270347.122245.4484
Yxy47.12220.30840.3521
Hunter Lab68.6456-12.81428.7976
CIE-Lab74.2679-10.46606.1658

#a7bcab color RGB value is (167,188,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111100 10101011
Octal 247 274 253
Decimal 167 188 171
Hex A7 BC AB

RGB Percentages of Color #a7bcab

%31.75
%35.74
%32.51

CMYK Percentages of Color #a7bcab

%11
%0
%9
%26

Triadic Colors of #a7bcab

#a7bcab #aba7bc #bcaba7

Analogous Colors of #a7bcab

#a7bcab #a7bcb6 #aebca7

Monochromatic Colors of #a7bcab

#a7bcab

Complementary Color

#a7bcab #bca7b8

#a7bcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7bcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7bcab Color CSS Codes

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

#a7bcab Text Font Color

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

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


#a7bcab Background Color

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

This div background color is #a7bcab


#a7bcab Border Color

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

This div border color is #a7bcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7bcab


Comments

No comments written yet.

Please login to write comment.