Color Hex Logo

#a3df40 Color Hex

#A3DF40
(163,223,64)
0 Favorites   0 Comments

Color spaces of #a3df40

RGB 16322364
HSL0.230.710.56
HSV83°71°87°
CMYK 0.270.000.71   0.13
XYZ42.417360.932014.3759
Yxy60.93200.36030.5176
Hunter Lab78.0590-39.606143.7220
CIE-Lab82.3422-41.793567.7147

#a3df40 color RGB value is (163,223,64).

#a3df40 hex color red value is 163, green value is 223 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #a3df40 hue: 0.23 , saturation: 0.71 and the lightness value of a3df40 is 0.56.

The process color (four color CMYK) of #a3df40 color hex is 0.27, 0.00, 0.71, 0.13. Web safe color of #a3df40 is #99cc33. Color #a3df40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011111 01000000
Octal 243 337 100
Decimal 163 223 64
Hex A3 DF 40

RGB Percentages of Color #a3df40

%36.22
%49.56
%14.22

CMYK Percentages of Color #a3df40

%27
%0
%71
%13

Triadic Colors of #a3df40

#a3df40 #40a3df #df40a3

Analogous Colors of #a3df40

#a3df40 #53df40 #dfcc40

Monochromatic Colors of #a3df40

#a3df40

Complementary Color

#a3df40 #7c40df

#a3df40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3df40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3df40 Color CSS Codes

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

#a3df40 Text Font Color

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

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


#a3df40 Background Color

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

This div background color is #a3df40


#a3df40 Border Color

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

This div border color is #a3df40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3df40


Comments

No comments written yet.

Please login to write comment.