Color Hex Logo

#a1d03e Color Hex

#A1D03E
(161,208,62)
0 Favorites   0 Comments

Color spaces of #a1d03e

RGB 16120862
HSL0.220.610.53
HSV79°70°82°
CMYK 0.230.000.70   0.18
XYZ38.123353.036612.7852
Yxy53.03660.36680.5102
Hunter Lab72.8262-34.004240.5696
CIE-Lab77.8966-35.986463.9539

#a1d03e color RGB value is (161,208,62).

#a1d03e hex color red value is 161, green value is 208 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a1d03e hue: 0.22 , saturation: 0.61 and the lightness value of a1d03e is 0.53.

The process color (four color CMYK) of #a1d03e color hex is 0.23, 0.00, 0.70, 0.18. Web safe color of #a1d03e is #99cc33. Color #a1d03e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11010000 00111110
Octal 241 320 76
Decimal 161 208 62
Hex A1 D0 3E

RGB Percentages of Color #a1d03e

%37.35
%48.26
%14.39

CMYK Percentages of Color #a1d03e

%23
%0
%70
%18

Triadic Colors of #a1d03e

#a1d03e #3ea1d0 #d03ea1

Analogous Colors of #a1d03e

#a1d03e #58d03e #d0b63e

Monochromatic Colors of #a1d03e

#a1d03e

Complementary Color

#a1d03e #6d3ed0

#a1d03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1d03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1d03e Color CSS Codes

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

#a1d03e Text Font Color

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

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


#a1d03e Background Color

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

This div background color is #a1d03e


#a1d03e Border Color

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

This div border color is #a1d03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1d03e


Comments

No comments written yet.

Please login to write comment.