Color Hex Logo

#a2d49e Color Hex

#A2D49E
(162,212,158)
0 Favorites   0 Comments

Color spaces of #a2d49e

RGB 162212158
HSL0.320.390.73
HSV116°25°83°
CMYK 0.240.000.25   0.17
XYZ44.615357.237041.0441
Yxy57.23700.31220.4005
Hunter Lab75.6551-27.131620.7928
CIE-Lab80.3127-26.556821.5811

#a2d49e color RGB value is (162,212,158).

#a2d49e hex color red value is 162, green value is 212 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #a2d49e hue: 0.32 , saturation: 0.39 and the lightness value of a2d49e is 0.73.

The process color (four color CMYK) of #a2d49e color hex is 0.24, 0.00, 0.25, 0.17. Web safe color of #a2d49e is #99cc99. Color #a2d49e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11010100 10011110
Octal 242 324 236
Decimal 162 212 158
Hex A2 D4 9E

RGB Percentages of Color #a2d49e

%30.45
%39.85
%29.70

CMYK Percentages of Color #a2d49e

%24
%0
%25
%17

Triadic Colors of #a2d49e

#a2d49e #9ea2d4 #d49ea2

Analogous Colors of #a2d49e

#a2d49e #9ed4b5 #bdd49e

Monochromatic Colors of #a2d49e

#a2d49e

Complementary Color

#a2d49e #d09ed4

#a2d49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2d49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2d49e Color CSS Codes

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

#a2d49e Text Font Color

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

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


#a2d49e Background Color

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

This div background color is #a2d49e


#a2d49e Border Color

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

This div border color is #a2d49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2d49e


Comments

No comments written yet.

Please login to write comment.