Color Hex Logo

#a2bc5f Color Hex

#A2BC5F
(162,188,95)
0 Favorites   0 Comments

Color spaces of #a2bc5f

RGB 16218895
HSL0.210.410.55
HSV77°49°74°
CMYK 0.140.000.49   0.26
XYZ34.949144.474017.5688
Yxy44.47400.36030.4585
Hunter Lab66.6888-23.160331.0626
CIE-Lab72.5442-23.447543.7801

#a2bc5f color RGB value is (162,188,95).

#a2bc5f hex color red value is 162, green value is 188 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a2bc5f hue: 0.21 , saturation: 0.41 and the lightness value of a2bc5f is 0.55.

The process color (four color CMYK) of #a2bc5f color hex is 0.14, 0.00, 0.49, 0.26. Web safe color of #a2bc5f is #99cc66. Color #a2bc5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111100 01011111
Octal 242 274 137
Decimal 162 188 95
Hex A2 BC 5F

RGB Percentages of Color #a2bc5f

%36.40
%42.25
%21.35

CMYK Percentages of Color #a2bc5f

%14
%0
%49
%26

Triadic Colors of #a2bc5f

#a2bc5f #5fa2bc #bc5fa2

Analogous Colors of #a2bc5f

#a2bc5f #74bc5f #bca85f

Monochromatic Colors of #a2bc5f

#a2bc5f

Complementary Color

#a2bc5f #795fbc

#a2bc5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2bc5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2bc5f Color CSS Codes

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

#a2bc5f Text Font Color

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

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


#a2bc5f Background Color

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

This div background color is #a2bc5f


#a2bc5f Border Color

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

This div border color is #a2bc5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2bc5f


Comments

No comments written yet.

Please login to write comment.