Color Hex Logo

#a2db40 Color Hex

#A2DB40
(162,219,64)
0 Favorites   0 Comments

Color spaces of #a2db40

RGB 16221964
HSL0.230.680.55
HSV82°71°86°
CMYK 0.260.000.71   0.14
XYZ41.157258.714614.0143
Yxy58.71460.36140.5156
Hunter Lab76.6255-38.218342.7941
CIE-Lab81.1345-40.409666.4936

#a2db40 color RGB value is (162,219,64).

#a2db40 hex color red value is 162, green value is 219 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #a2db40 hue: 0.23 , saturation: 0.68 and the lightness value of a2db40 is 0.55.

The process color (four color CMYK) of #a2db40 color hex is 0.26, 0.00, 0.71, 0.14. Web safe color of #a2db40 is #99cc33. Color #a2db40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011011 01000000
Octal 242 333 100
Decimal 162 219 64
Hex A2 DB 40

RGB Percentages of Color #a2db40

%36.40
%49.21
%14.38

CMYK Percentages of Color #a2db40

%26
%0
%71
%14

Triadic Colors of #a2db40

#a2db40 #40a2db #db40a2

Analogous Colors of #a2db40

#a2db40 #55db40 #dbc740

Monochromatic Colors of #a2db40

#a2db40

Complementary Color

#a2db40 #7940db

#a2db40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2db40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2db40 Color CSS Codes

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

#a2db40 Text Font Color

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

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


#a2db40 Background Color

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

This div background color is #a2db40


#a2db40 Border Color

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

This div border color is #a2db40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2db40


Comments

No comments written yet.

Please login to write comment.