Color Hex Logo

#2aa502 Color Hex

#2AA502
(42,165,2)
0 Favorites   0 Comments

Color spaces of #2aa502

RGB 421652
HSL0.290.980.33
HSV105°99°65°
CMYK 0.750.000.99   0.35
XYZ14.420927.40694.5874
Yxy27.40690.31070.5905
Hunter Lab52.3516-42.445331.4507
CIE-Lab59.3491-58.102060.3192

#2aa502 color RGB value is (42,165,2).

#2aa502 hex color red value is 42, green value is 165 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #2aa502 hue: 0.29 , saturation: 0.98 and the lightness value of 2aa502 is 0.33.

The process color (four color CMYK) of #2aa502 color hex is 0.75, 0.00, 0.99, 0.35. Web safe color of #2aa502 is #339900. Color #2aa502 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10100101 00000010
Octal 52 245 2
Decimal 42 165 2
Hex 2A A5 2

RGB Percentages of Color #2aa502

%20.10
%78.95
%0.96

CMYK Percentages of Color #2aa502

%75
%0
%99
%35

Triadic Colors of #2aa502

#2aa502 #022aa5 #a5022a

Analogous Colors of #2aa502

#2aa502 #02a52b #7ca502

Monochromatic Colors of #2aa502

#2aa502

Complementary Color

#2aa502 #7d02a5

#2aa502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aa502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aa502 Color CSS Codes

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

#2aa502 Text Font Color

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

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


#2aa502 Background Color

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

This div background color is #2aa502


#2aa502 Border Color

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

This div border color is #2aa502


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aa502


Comments

No comments written yet.

Please login to write comment.