Color Hex Logo

#a1fe4f Color Hex

#A1FE4F
(161,254,79)
0 Favorites   0 Comments

Color spaces of #a1fe4f

RGB 16125479
HSL0.260.990.65
HSV92°69°100°
CMYK 0.370.000.69   0.00
XYZ51.551079.025219.9335
Yxy79.02520.34250.5251
Hunter Lab88.8961-52.055848.9325
CIE-Lab91.2457-54.507571.3431

#a1fe4f color RGB value is (161,254,79).

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

The process color (four color CMYK) of #a1fe4f color hex is 0.37, 0.00, 0.69, 0.00. Web safe color of #a1fe4f is #99ff66. Color #a1fe4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11111110 01001111
Octal 241 376 117
Decimal 161 254 79
Hex A1 FE 4F

RGB Percentages of Color #a1fe4f

%32.59
%51.42
%15.99

CMYK Percentages of Color #a1fe4f

%37
%0
%69
%0

Triadic Colors of #a1fe4f

#a1fe4f #4fa1fe #fe4fa1

Analogous Colors of #a1fe4f

#a1fe4f #4ffe55 #f9fe4f

Monochromatic Colors of #a1fe4f

#a1fe4f

Complementary Color

#a1fe4f #ac4ffe

#a1fe4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1fe4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1fe4f Color CSS Codes

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

#a1fe4f Text Font Color

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

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


#a1fe4f Background Color

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

This div background color is #a1fe4f


#a1fe4f Border Color

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

This div border color is #a1fe4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1fe4f


Comments

No comments written yet.

Please login to write comment.