Color Hex Logo

#a3ef01 Color Hex

#A3EF01
(163,239,1)
0 Favorites   0 Comments

Color spaces of #a3ef01

RGB 1632391
HSL0.220.990.47
HSV79°100°94°
CMYK 0.320.001.00   0.06
XYZ45.976269.521711.0246
Yxy69.52170.36340.5495
Hunter Lab83.3797-47.488150.5263
CIE-Lab86.7617-50.442883.9579

#a3ef01 color RGB value is (163,239,1).

#a3ef01 hex color red value is 163, green value is 239 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #a3ef01 hue: 0.22 , saturation: 0.99 and the lightness value of a3ef01 is 0.47.

The process color (four color CMYK) of #a3ef01 color hex is 0.32, 0.00, 1.00, 0.06. Web safe color of #a3ef01 is #99ff00. Color #a3ef01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11101111 00000001
Octal 243 357 1
Decimal 163 239 1
Hex A3 EF 1

RGB Percentages of Color #a3ef01

%40.45
%59.31
%0.25

CMYK Percentages of Color #a3ef01

%32
%0
%100
%6

Triadic Colors of #a3ef01

#a3ef01 #01a3ef #ef01a3

Analogous Colors of #a3ef01

#a3ef01 #2cef01 #efc401

Monochromatic Colors of #a3ef01

#a3ef01

Complementary Color

#a3ef01 #4d01ef

#a3ef01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3ef01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3ef01 Color CSS Codes

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

#a3ef01 Text Font Color

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

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


#a3ef01 Background Color

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

This div background color is #a3ef01


#a3ef01 Border Color

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

This div border color is #a3ef01


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,239,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a3ef01; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a3ef01;
  -webkit-box-shadow: 1px 1px 3px 2px #a3ef01;
  box-shadow:         1px 1px 3px 2px #a3ef01; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,239,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3ef01


Comments

No comments written yet.

Please login to write comment.