Color Hex Logo

#a1ed5e Color Hex

#A1ED5E
(161,237,94)
0 Favorites   0 Comments

Color spaces of #a1ed5e

RGB 16123794
HSL0.260.800.65
HSV92°60°93°
CMYK 0.320.000.60   0.07
XYZ47.002568.953621.4218
Yxy68.95360.34210.5019
Hunter Lab83.0383-44.280042.8315
CIE-Lab86.4811-46.334060.3695

#a1ed5e color RGB value is (161,237,94).

#a1ed5e hex color red value is 161, green value is 237 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #a1ed5e hue: 0.26 , saturation: 0.80 and the lightness value of a1ed5e is 0.65.

The process color (four color CMYK) of #a1ed5e color hex is 0.32, 0.00, 0.60, 0.07. Web safe color of #a1ed5e is #99ff66. Color #a1ed5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11101101 01011110
Octal 241 355 136
Decimal 161 237 94
Hex A1 ED 5E

RGB Percentages of Color #a1ed5e

%32.72
%48.17
%19.11

CMYK Percentages of Color #a1ed5e

%32
%0
%60
%7

Triadic Colors of #a1ed5e

#a1ed5e #5ea1ed #ed5ea1

Analogous Colors of #a1ed5e

#a1ed5e #5eed63 #e9ed5e

Monochromatic Colors of #a1ed5e

#a1ed5e

Complementary Color

#a1ed5e #aa5eed

#a1ed5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ed5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ed5e Color CSS Codes

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

#a1ed5e Text Font Color

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

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


#a1ed5e Background Color

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

This div background color is #a1ed5e


#a1ed5e Border Color

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

This div border color is #a1ed5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ed5e


Comments

No comments written yet.

Please login to write comment.