Color Hex Logo

#a2e652 Color Hex

#A2E652
(162,230,82)
0 Favorites   0 Comments

Color spaces of #a2e652

RGB 16223082
HSL0.240.750.61
HSV88°64°90°
CMYK 0.300.000.64   0.10
XYZ44.720164.884218.1496
Yxy64.88420.35000.5079
Hunter Lab80.5507-41.864343.0264
CIE-Lab84.4240-43.974063.0757

#a2e652 color RGB value is (162,230,82).

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

The process color (four color CMYK) of #a2e652 color hex is 0.30, 0.00, 0.64, 0.10. Web safe color of #a2e652 is #99ff66. Color #a2e652 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11100110 01010010
Octal 242 346 122
Decimal 162 230 82
Hex A2 E6 52

RGB Percentages of Color #a2e652

%34.18
%48.52
%17.30

CMYK Percentages of Color #a2e652

%30
%0
%64
%10

Triadic Colors of #a2e652

#a2e652 #52a2e6 #e652a2

Analogous Colors of #a2e652

#a2e652 #58e652 #e6e052

Monochromatic Colors of #a2e652

#a2e652

Complementary Color

#a2e652 #9652e6

#a2e652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2e652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2e652 Color CSS Codes

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

#a2e652 Text Font Color

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

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


#a2e652 Background Color

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

This div background color is #a2e652


#a2e652 Border Color

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

This div border color is #a2e652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2e652


Comments

No comments written yet.

Please login to write comment.