Color Hex Logo

#a2d48e Color Hex

#A2D48E
(162,212,142)
0 Favorites   0 Comments

Color spaces of #a2d48e

RGB 162212142
HSL0.290.450.69
HSV103°33°83°
CMYK 0.240.000.33   0.17
XYZ43.326356.721334.2560
Yxy56.72130.32260.4223
Hunter Lab75.3135-29.111425.7517
CIE-Lab80.0226-29.085129.5301

#a2d48e color RGB value is (162,212,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11010100 10001110
Octal 242 324 216
Decimal 162 212 142
Hex A2 D4 8E

RGB Percentages of Color #a2d48e

%31.40
%41.09
%27.52

CMYK Percentages of Color #a2d48e

%24
%0
%33
%17

Triadic Colors of #a2d48e

#a2d48e #8ea2d4 #d48ea2

Analogous Colors of #a2d48e

#a2d48e #8ed49d #c5d48e

Monochromatic Colors of #a2d48e

#a2d48e

Complementary Color

#a2d48e #c08ed4

#a2d48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2d48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2d48e Color CSS Codes

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

#a2d48e Text Font Color

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

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


#a2d48e Background Color

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

This div background color is #a2d48e


#a2d48e Border Color

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

This div border color is #a2d48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2d48e


Comments

No comments written yet.

Please login to write comment.