Color Hex Logo

#a3d301 Color Hex

#A3D301
(163,211,1)
0 Favorites   0 Comments

Color spaces of #a3d301

RGB 1632111
HSL0.200.990.42
HSV74°100°83°
CMYK 0.230.001.00   0.17
XYZ38.404054.37738.5005
Yxy54.37730.37920.5369
Hunter Lab73.7410-36.084644.7840
CIE-Lab78.6812-38.465677.7647

#a3d301 color RGB value is (163,211,1).

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

The process color (four color CMYK) of #a3d301 color hex is 0.23, 0.00, 1.00, 0.17. Web safe color of #a3d301 is #99cc00. Color #a3d301 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11010011 00000001
Octal 243 323 1
Decimal 163 211 1
Hex A3 D3 1

RGB Percentages of Color #a3d301

%43.47
%56.27
%0.27

CMYK Percentages of Color #a3d301

%23
%0
%100
%17

Triadic Colors of #a3d301

#a3d301 #01a3d3 #d301a3

Analogous Colors of #a3d301

#a3d301 #3ad301 #d39a01

Monochromatic Colors of #a3d301

#a3d301

Complementary Color

#a3d301 #3101d3

#a3d301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3d301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3d301 Color CSS Codes

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

#a3d301 Text Font Color

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

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


#a3d301 Background Color

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

This div background color is #a3d301


#a3d301 Border Color

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

This div border color is #a3d301


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,211,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 #a3d301">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3d301


Comments

No comments written yet.

Please login to write comment.