Color Hex Logo

#a2d98e Color Hex

#A2D98E
(162,217,142)
0 Favorites   0 Comments

Color spaces of #a2d98e

RGB 162217142
HSL0.290.500.70
HSV104°35°85°
CMYK 0.250.000.35   0.15
XYZ44.595659.260134.6791
Yxy59.26010.32190.4278
Hunter Lab76.9806-31.309227.1768
CIE-Lab81.4344-31.448731.4065

#a2d98e color RGB value is (162,217,142).

#a2d98e hex color red value is 162, green value is 217 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a2d98e hue: 0.29 , saturation: 0.50 and the lightness value of a2d98e is 0.70.

The process color (four color CMYK) of #a2d98e color hex is 0.25, 0.00, 0.35, 0.15. Web safe color of #a2d98e is #99cc99. Color #a2d98e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011001 10001110
Octal 242 331 216
Decimal 162 217 142
Hex A2 D9 8E

RGB Percentages of Color #a2d98e

%31.09
%41.65
%27.26

CMYK Percentages of Color #a2d98e

%25
%0
%35
%15

Triadic Colors of #a2d98e

#a2d98e #8ea2d9 #d98ea2

Analogous Colors of #a2d98e

#a2d98e #8ed9a0 #c8d98e

Monochromatic Colors of #a2d98e

#a2d98e

Complementary Color

#a2d98e #c58ed9

#a2d98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2d98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2d98e Color CSS Codes

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

#a2d98e Text Font Color

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

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


#a2d98e Background Color

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

This div background color is #a2d98e


#a2d98e Border Color

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

This div border color is #a2d98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2d98e


Comments

No comments written yet.

Please login to write comment.