Color Hex Logo

#a7b270 Color Hex

#A7B270
(167,178,112)
0 Favorites   0 Comments

Color spaces of #a7b270

RGB 167178112
HSL0.190.300.57
HSV70°37°70°
CMYK 0.060.000.37   0.30
XYZ34.781441.226121.4535
Yxy41.22610.35690.4230
Hunter Lab64.2076-15.669325.1349
CIE-Lab70.3340-14.494932.4724

#a7b270 color RGB value is (167,178,112).

#a7b270 hex color red value is 167, green value is 178 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #a7b270 hue: 0.19 , saturation: 0.30 and the lightness value of a7b270 is 0.57.

The process color (four color CMYK) of #a7b270 color hex is 0.06, 0.00, 0.37, 0.30. Web safe color of #a7b270 is #999966. Color #a7b270 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10110010 01110000
Octal 247 262 160
Decimal 167 178 112
Hex A7 B2 70

RGB Percentages of Color #a7b270

%36.54
%38.95
%24.51

CMYK Percentages of Color #a7b270

%6
%0
%37
%30

Triadic Colors of #a7b270

#a7b270 #70a7b2 #b270a7

Analogous Colors of #a7b270

#a7b270 #86b270 #b29c70

Monochromatic Colors of #a7b270

#a7b270

Complementary Color

#a7b270 #7b70b2

#a7b270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7b270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7b270 Color CSS Codes

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

#a7b270 Text Font Color

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

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


#a7b270 Background Color

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

This div background color is #a7b270


#a7b270 Border Color

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

This div border color is #a7b270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7b270


Comments

No comments written yet.

Please login to write comment.