Color Hex Logo

#a2d33e Color Hex

#A2D33E
(162,211,62)
0 Favorites   0 Comments

Color spaces of #a2d33e

RGB 16221162
HSL0.220.630.54
HSV80°71°83°
CMYK 0.230.000.71   0.17
XYZ39.064154.617713.0408
Yxy54.61770.36600.5118
Hunter Lab73.9038-34.980041.2705
CIE-Lab78.8205-36.960364.8986

#a2d33e color RGB value is (162,211,62).

#a2d33e hex color red value is 162, green value is 211 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a2d33e hue: 0.22 , saturation: 0.63 and the lightness value of a2d33e is 0.54.

The process color (four color CMYK) of #a2d33e color hex is 0.23, 0.00, 0.71, 0.17. Web safe color of #a2d33e is #99cc33. Color #a2d33e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11010011 00111110
Octal 242 323 76
Decimal 162 211 62
Hex A2 D3 3E

RGB Percentages of Color #a2d33e

%37.24
%48.51
%14.25

CMYK Percentages of Color #a2d33e

%23
%0
%71
%17

Triadic Colors of #a2d33e

#a2d33e #3ea2d3 #d33ea2

Analogous Colors of #a2d33e

#a2d33e #57d33e #d3ba3e

Monochromatic Colors of #a2d33e

#a2d33e

Complementary Color

#a2d33e #6f3ed3

#a2d33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2d33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2d33e Color CSS Codes

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

#a2d33e Text Font Color

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

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


#a2d33e Background Color

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

This div background color is #a2d33e


#a2d33e Border Color

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

This div border color is #a2d33e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2d33e


Comments

No comments written yet.

Please login to write comment.