Color Hex Logo

#a2da5e Color Hex

#A2DA5E
(162,218,94)
0 Favorites   0 Comments

Color spaces of #a2da5e

RGB 16221894
HSL0.240.630.61
HSV87°57°85°
CMYK 0.260.000.57   0.15
XYZ41.992158.632319.6936
Yxy58.63230.34900.4873
Hunter Lab76.5717-36.110838.3513
CIE-Lab81.0891-37.673254.2891

#a2da5e color RGB value is (162,218,94).

#a2da5e hex color red value is 162, green value is 218 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a2da5e hue: 0.24 , saturation: 0.63 and the lightness value of a2da5e is 0.61.

The process color (four color CMYK) of #a2da5e color hex is 0.26, 0.00, 0.57, 0.15. Web safe color of #a2da5e is #99cc66. Color #a2da5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011010 01011110
Octal 242 332 136
Decimal 162 218 94
Hex A2 DA 5E

RGB Percentages of Color #a2da5e

%34.18
%45.99
%19.83

CMYK Percentages of Color #a2da5e

%26
%0
%57
%15

Triadic Colors of #a2da5e

#a2da5e #5ea2da #da5ea2

Analogous Colors of #a2da5e

#a2da5e #64da5e #dad45e

Monochromatic Colors of #a2da5e

#a2da5e

Complementary Color

#a2da5e #965eda

#a2da5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2da5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2da5e Color CSS Codes

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

#a2da5e Text Font Color

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

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


#a2da5e Background Color

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

This div background color is #a2da5e


#a2da5e Border Color

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

This div border color is #a2da5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2da5e


Comments

No comments written yet.

Please login to write comment.