Color Hex Logo

#a1e684 Color Hex

#A1E684
(161,230,132)
0 Favorites   0 Comments

Color spaces of #a1e684

RGB 161230132
HSL0.280.660.71
HSV102°43°90°
CMYK 0.300.000.43   0.10
XYZ47.159665.836632.0520
Yxy65.83660.32510.4539
Hunter Lab81.1398-38.247833.3770
CIE-Lab84.9130-39.135140.9440

#a1e684 color RGB value is (161,230,132).

#a1e684 hex color red value is 161, green value is 230 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #a1e684 hue: 0.28 , saturation: 0.66 and the lightness value of a1e684 is 0.71.

The process color (four color CMYK) of #a1e684 color hex is 0.30, 0.00, 0.43, 0.10. Web safe color of #a1e684 is #99ff99. Color #a1e684 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11100110 10000100
Octal 241 346 204
Decimal 161 230 132
Hex A1 E6 84

RGB Percentages of Color #a1e684

%30.78
%43.98
%25.24

CMYK Percentages of Color #a1e684

%30
%0
%43
%10

Triadic Colors of #a1e684

#a1e684 #84a1e6 #e684a1

Analogous Colors of #a1e684

#a1e684 #84e698 #d2e684

Monochromatic Colors of #a1e684

#a1e684

Complementary Color

#a1e684 #c984e6

#a1e684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1e684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1e684 Color CSS Codes

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

#a1e684 Text Font Color

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

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


#a1e684 Background Color

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

This div background color is #a1e684


#a1e684 Border Color

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

This div border color is #a1e684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1e684

#a1e684 Color Palettes


Comments

No comments written yet.

Please login to write comment.