Color Hex Logo

#a1ec3d Color Hex

#A1EC3D
(161,236,61)
0 Favorites   0 Comments

Color spaces of #a1ec3d

RGB 16123661
HSL0.240.820.58
HSV86°74°93°
CMYK 0.320.000.74   0.07
XYZ45.535767.904915.1219
Yxy67.90490.35420.5282
Hunter Lab82.4044-45.570846.8029
CIE-Lab85.9589-48.239772.2184

#a1ec3d color RGB value is (161,236,61).

#a1ec3d hex color red value is 161, green value is 236 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #a1ec3d hue: 0.24 , saturation: 0.82 and the lightness value of a1ec3d is 0.58.

The process color (four color CMYK) of #a1ec3d color hex is 0.32, 0.00, 0.74, 0.07. Web safe color of #a1ec3d is #99ff33. Color #a1ec3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11101100 00111101
Octal 241 354 75
Decimal 161 236 61
Hex A1 EC 3D

RGB Percentages of Color #a1ec3d

%35.15
%51.53
%13.32

CMYK Percentages of Color #a1ec3d

%32
%0
%74
%7

Triadic Colors of #a1ec3d

#a1ec3d #3da1ec #ec3da1

Analogous Colors of #a1ec3d

#a1ec3d #4aec3d #ece03d

Monochromatic Colors of #a1ec3d

#a1ec3d

Complementary Color

#a1ec3d #883dec

#a1ec3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ec3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ec3d Color CSS Codes

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

#a1ec3d Text Font Color

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

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


#a1ec3d Background Color

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

This div background color is #a1ec3d


#a1ec3d Border Color

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

This div border color is #a1ec3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ec3d


Comments

No comments written yet.

Please login to write comment.