Color Hex Logo

#2ab93f Color Hex

#2AB93F
(42,185,63)
0 Favorites   0 Comments

Color spaces of #2ab93f

RGB 4218563
HSL0.360.630.45
HSV129°77°73°
CMYK 0.770.000.66   0.27
XYZ19.201035.549010.5523
Yxy35.54900.29400.5444
Hunter Lab59.6230-46.856031.2427
CIE-Lab66.1739-60.816949.8122

#2ab93f color RGB value is (42,185,63).

#2ab93f hex color red value is 42, green value is 185 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #2ab93f hue: 0.36 , saturation: 0.63 and the lightness value of 2ab93f is 0.45.

The process color (four color CMYK) of #2ab93f color hex is 0.77, 0.00, 0.66, 0.27. Web safe color of #2ab93f is #33cc33. Color #2ab93f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111001 00111111
Octal 52 271 77
Decimal 42 185 63
Hex 2A B9 3F

RGB Percentages of Color #2ab93f

%14.48
%63.79
%21.72

CMYK Percentages of Color #2ab93f

%77
%0
%66
%27

Triadic Colors of #2ab93f

#2ab93f #3f2ab9 #b93f2a

Analogous Colors of #2ab93f

#2ab93f #2ab987 #5cb92a

Monochromatic Colors of #2ab93f

#2ab93f

Complementary Color

#2ab93f #b92aa4

#2ab93f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab93f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab93f Color CSS Codes

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

#2ab93f Text Font Color

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

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


#2ab93f Background Color

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

This div background color is #2ab93f


#2ab93f Border Color

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

This div border color is #2ab93f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab93f


Comments

No comments written yet.

Please login to write comment.