Color Hex Logo

#2ad392 Color Hex

#2AD392
(42,211,146)
0 Favorites   0 Comments

Color spaces of #2ad392

RGB 42211146
HSL0.440.670.50
HSV157°80°83°
CMYK 0.800.000.31   0.17
XYZ29.437449.156135.1307
Yxy49.15610.25880.4322
Hunter Lab70.1114-47.748919.3696
CIE-Lab75.5483-56.314020.6678

#2ad392 color RGB value is (42,211,146).

#2ad392 hex color red value is 42, green value is 211 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #2ad392 hue: 0.44 , saturation: 0.67 and the lightness value of 2ad392 is 0.50.

The process color (four color CMYK) of #2ad392 color hex is 0.80, 0.00, 0.31, 0.17. Web safe color of #2ad392 is #33cc99. Color #2ad392 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11010011 10010010
Octal 52 323 222
Decimal 42 211 146
Hex 2A D3 92

RGB Percentages of Color #2ad392

%10.53
%52.88
%36.59

CMYK Percentages of Color #2ad392

%80
%0
%31
%17

Triadic Colors of #2ad392

#2ad392 #922ad3 #d3922a

Analogous Colors of #2ad392

#2ad392 #2ac0d3 #2ad33e

Monochromatic Colors of #2ad392

#2ad392

Complementary Color

#2ad392 #d32a6b

#2ad392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ad392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ad392 Color CSS Codes

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

#2ad392 Text Font Color

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

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


#2ad392 Background Color

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

This div background color is #2ad392


#2ad392 Border Color

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

This div border color is #2ad392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ad392


Comments

No comments written yet.

Please login to write comment.