Color Hex Logo

#a2e85d Color Hex

#A2E85D
(162,232,93)
0 Favorites   0 Comments

Color spaces of #a2e85d

RGB 16223293
HSL0.250.750.64
HSV90°60°91°
CMYK 0.300.000.60   0.09
XYZ45.732766.184920.7205
Yxy66.18490.34480.4990
Hunter Lab81.3541-42.027041.8470
CIE-Lab85.0906-43.934059.2557

#a2e85d color RGB value is (162,232,93).

#a2e85d hex color red value is 162, green value is 232 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #a2e85d hue: 0.25 , saturation: 0.75 and the lightness value of a2e85d is 0.64.

The process color (four color CMYK) of #a2e85d color hex is 0.30, 0.00, 0.60, 0.09. Web safe color of #a2e85d is #99ff66. Color #a2e85d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101000 01011101
Octal 242 350 135
Decimal 162 232 93
Hex A2 E8 5D

RGB Percentages of Color #a2e85d

%33.26
%47.64
%19.10

CMYK Percentages of Color #a2e85d

%30
%0
%60
%9

Triadic Colors of #a2e85d

#a2e85d #5da2e8 #e85da2

Analogous Colors of #a2e85d

#a2e85d #5de85e #e8e85d

Monochromatic Colors of #a2e85d

#a2e85d

Complementary Color

#a2e85d #a35de8

#a2e85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2e85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2e85d Color CSS Codes

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

#a2e85d Text Font Color

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

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


#a2e85d Background Color

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

This div background color is #a2e85d


#a2e85d Border Color

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

This div border color is #a2e85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2e85d


Comments

No comments written yet.

Please login to write comment.