Color Hex Logo

#2ab614 Color Hex

#2AB614
(42,182,20)
0 Favorites   0 Comments

Color spaces of #2ab614

RGB 4218220
HSL0.310.800.40
HSV112°89°71°
CMYK 0.770.000.89   0.29
XYZ17.809133.99866.2856
Yxy33.99860.30660.5852
Hunter Lab58.3083-47.520334.4244
CIE-Lab64.9615-62.858662.2924

#2ab614 color RGB value is (42,182,20).

#2ab614 hex color red value is 42, green value is 182 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #2ab614 hue: 0.31 , saturation: 0.80 and the lightness value of 2ab614 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10110110 00010100
Octal 52 266 24
Decimal 42 182 20
Hex 2A B6 14

RGB Percentages of Color #2ab614

%17.21
%74.59
%8.20

CMYK Percentages of Color #2ab614

%77
%0
%89
%29

Triadic Colors of #2ab614

#2ab614 #142ab6 #b6142a

Analogous Colors of #2ab614

#2ab614 #14b64f #7bb614

Monochromatic Colors of #2ab614

#2ab614

Complementary Color

#2ab614 #a014b6

#2ab614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab614 Color CSS Codes

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

#2ab614 Text Font Color

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

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


#2ab614 Background Color

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

This div background color is #2ab614


#2ab614 Border Color

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

This div border color is #2ab614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab614


Comments

No comments written yet.

Please login to write comment.