Color Hex Logo

#a2b270 Color Hex

#A2B270
(162,178,112)
0 Favorites   0 Comments

Color spaces of #a2b270

RGB 162178112
HSL0.210.300.57
HSV75°37°70°
CMYK 0.090.000.37   0.30
XYZ33.745340.692021.4050
Yxy40.69200.35210.4246
Hunter Lab63.7903-17.205824.7583
CIE-Lab69.9596-16.467931.9146

#a2b270 color RGB value is (162,178,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10110010 01110000
Octal 242 262 160
Decimal 162 178 112
Hex A2 B2 70

RGB Percentages of Color #a2b270

%35.84
%39.38
%24.78

CMYK Percentages of Color #a2b270

%9
%0
%37
%30

Triadic Colors of #a2b270

#a2b270 #70a2b2 #b270a2

Analogous Colors of #a2b270

#a2b270 #81b270 #b2a170

Monochromatic Colors of #a2b270

#a2b270

Complementary Color

#a2b270 #8070b2

#a2b270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2b270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2b270 Color CSS Codes

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

#a2b270 Text Font Color

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

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


#a2b270 Background Color

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

This div background color is #a2b270


#a2b270 Border Color

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

This div border color is #a2b270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2b270


Comments

No comments written yet.

Please login to write comment.