Color Hex Logo

#a1eb82 Color Hex

#A1EB82
(161,235,130)
0 Favorites   0 Comments

Color spaces of #a1eb82

RGB 161235130
HSL0.280.720.72
HSV102°45°92°
CMYK 0.310.000.45   0.08
XYZ48.435568.605431.8084
Yxy68.60540.32540.4609
Hunter Lab82.8284-40.568335.2109
CIE-Lab86.3083-41.611243.6876

#a1eb82 color RGB value is (161,235,130).

#a1eb82 hex color red value is 161, green value is 235 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #a1eb82 hue: 0.28 , saturation: 0.72 and the lightness value of a1eb82 is 0.72.

The process color (four color CMYK) of #a1eb82 color hex is 0.31, 0.00, 0.45, 0.08. Web safe color of #a1eb82 is #99ff99. Color #a1eb82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11101011 10000010
Octal 241 353 202
Decimal 161 235 130
Hex A1 EB 82

RGB Percentages of Color #a1eb82

%30.61
%44.68
%24.71

CMYK Percentages of Color #a1eb82

%31
%0
%45
%8

Triadic Colors of #a1eb82

#a1eb82 #82a1eb #eb82a1

Analogous Colors of #a1eb82

#a1eb82 #82eb98 #d6eb82

Monochromatic Colors of #a1eb82

#a1eb82

Complementary Color

#a1eb82 #cc82eb

#a1eb82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1eb82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1eb82 Color CSS Codes

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

#a1eb82 Text Font Color

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

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


#a1eb82 Background Color

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

This div background color is #a1eb82


#a1eb82 Border Color

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

This div border color is #a1eb82


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,235,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a1eb82; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a1eb82;
  -webkit-box-shadow: 1px 1px 3px 2px #a1eb82;
  box-shadow:         1px 1px 3px 2px #a1eb82; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,235,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1eb82


Comments

No comments written yet.

Please login to write comment.