Color Hex Logo

#a1de4e Color Hex

#A1DE4E
(161,222,78)
0 Favorites   0 Comments

Color spaces of #a1de4e

RGB 16122278
HSL0.240.690.59
HSV85°65°87°
CMYK 0.270.000.65   0.13
XYZ42.194460.369716.6364
Yxy60.36970.35400.5065
Hunter Lab77.6979-39.035741.6936
CIE-Lab82.0387-41.156062.1113

#a1de4e color RGB value is (161,222,78).

#a1de4e hex color red value is 161, green value is 222 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #a1de4e hue: 0.24 , saturation: 0.69 and the lightness value of a1de4e is 0.59.

The process color (four color CMYK) of #a1de4e color hex is 0.27, 0.00, 0.65, 0.13. Web safe color of #a1de4e is #99cc66. Color #a1de4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011110 01001110
Octal 241 336 116
Decimal 161 222 78
Hex A1 DE 4E

RGB Percentages of Color #a1de4e

%34.92
%48.16
%16.92

CMYK Percentages of Color #a1de4e

%27
%0
%65
%13

Triadic Colors of #a1de4e

#a1de4e #4ea1de #de4ea1

Analogous Colors of #a1de4e

#a1de4e #59de4e #ded34e

Monochromatic Colors of #a1de4e

#a1de4e

Complementary Color

#a1de4e #8b4ede

#a1de4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1de4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1de4e Color CSS Codes

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

#a1de4e Text Font Color

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

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


#a1de4e Background Color

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

This div background color is #a1de4e


#a1de4e Border Color

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

This div border color is #a1de4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1de4e


Comments

No comments written yet.

Please login to write comment.