Color Hex Logo

#2ab413 Color Hex

#2AB413
(42,180,19)
0 Favorites   0 Comments

Color spaces of #2ab413

RGB 4218019
HSL0.310.810.39
HSV111°89°71°
CMYK 0.770.000.89   0.29
XYZ17.393633.18186.1041
Yxy33.18180.30690.5854
Hunter Lab57.6036-46.907734.0398
CIE-Lab64.3078-62.283961.9167

#2ab413 color RGB value is (42,180,19).

#2ab413 hex color red value is 42, green value is 180 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #2ab413 hue: 0.31 , saturation: 0.81 and the lightness value of 2ab413 is 0.39.

The process color (four color CMYK) of #2ab413 color hex is 0.77, 0.00, 0.89, 0.29. Web safe color of #2ab413 is #33cc00. Color #2ab413 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10110100 00010011
Octal 52 264 23
Decimal 42 180 19
Hex 2A B4 13

RGB Percentages of Color #2ab413

%17.43
%74.69
%7.88

CMYK Percentages of Color #2ab413

%77
%0
%89
%29

Triadic Colors of #2ab413

#2ab413 #132ab4 #b4132a

Analogous Colors of #2ab413

#2ab413 #13b44d #7bb413

Monochromatic Colors of #2ab413

#2ab413

Complementary Color

#2ab413 #9d13b4

#2ab413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab413 Color CSS Codes

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

#2ab413 Text Font Color

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

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


#2ab413 Background Color

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

This div background color is #2ab413


#2ab413 Border Color

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

This div border color is #2ab413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab413


Comments

No comments written yet.

Please login to write comment.