Color Hex Logo

#a7bcaa Color Hex

#A7BCAA
(167,188,170)
0 Favorites   0 Comments

Color spaces of #a7bcaa

RGB 167188170
HSL0.360.140.70
HSV129°11°74°
CMYK 0.110.000.10   0.26
XYZ41.175347.084244.9482
Yxy47.08420.30910.3535
Hunter Lab68.6179-12.96969.1946
CIE-Lab74.2436-10.65226.6743

#a7bcaa color RGB value is (167,188,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111100 10101010
Octal 247 274 252
Decimal 167 188 170
Hex A7 BC AA

RGB Percentages of Color #a7bcaa

%31.81
%35.81
%32.38

CMYK Percentages of Color #a7bcaa

%11
%0
%10
%26

Triadic Colors of #a7bcaa

#a7bcaa #aaa7bc #bcaaa7

Analogous Colors of #a7bcaa

#a7bcaa #a7bcb5 #afbca7

Monochromatic Colors of #a7bcaa

#a7bcaa

Complementary Color

#a7bcaa #bca7b9

#a7bcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7bcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7bcaa Color CSS Codes

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

#a7bcaa Text Font Color

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

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


#a7bcaa Background Color

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

This div background color is #a7bcaa


#a7bcaa Border Color

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

This div border color is #a7bcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7bcaa


Comments

No comments written yet.

Please login to write comment.