Color Hex Logo

#a1ec2f Color Hex

#A1EC2F
(161,236,47)
0 Favorites   0 Comments

Color spaces of #a1ec2f

RGB 16123647
HSL0.230.830.55
HSV84°80°93°
CMYK 0.320.000.80   0.07
XYZ45.206567.773213.3882
Yxy67.77320.35770.5363
Hunter Lab82.3245-46.048947.9850
CIE-Lab85.8929-48.900576.2246

#a1ec2f color RGB value is (161,236,47).

#a1ec2f hex color red value is 161, green value is 236 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #a1ec2f hue: 0.23 , saturation: 0.83 and the lightness value of a1ec2f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11101100 00101111
Octal 241 354 57
Decimal 161 236 47
Hex A1 EC 2F

RGB Percentages of Color #a1ec2f

%36.26
%53.15
%10.59

CMYK Percentages of Color #a1ec2f

%32
%0
%80
%7

Triadic Colors of #a1ec2f

#a1ec2f #2fa1ec #ec2fa1

Analogous Colors of #a1ec2f

#a1ec2f #42ec2f #ecd92f

Monochromatic Colors of #a1ec2f

#a1ec2f

Complementary Color

#a1ec2f #7a2fec

#a1ec2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ec2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ec2f Color CSS Codes

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

#a1ec2f Text Font Color

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

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


#a1ec2f Background Color

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

This div background color is #a1ec2f


#a1ec2f Border Color

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

This div border color is #a1ec2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ec2f


Comments

No comments written yet.

Please login to write comment.