Color Hex Logo

#2ab962 Color Hex

#2AB962
(42,185,98)
0 Favorites   0 Comments

Color spaces of #2ab962

RGB 4218598
HSL0.400.630.45
HSV143°77°73°
CMYK 0.770.000.47   0.27
XYZ20.508436.072017.4370
Yxy36.07200.27710.4873
Hunter Lab60.0600-44.153424.8285
CIE-Lab66.5749-56.032333.7612

#2ab962 color RGB value is (42,185,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111001 01100010
Octal 52 271 142
Decimal 42 185 98
Hex 2A B9 62

RGB Percentages of Color #2ab962

%12.92
%56.92
%30.15

CMYK Percentages of Color #2ab962

%77
%0
%47
%27

Triadic Colors of #2ab962

#2ab962 #622ab9 #b9622a

Analogous Colors of #2ab962

#2ab962 #2ab9aa #3ab92a

Monochromatic Colors of #2ab962

#2ab962

Complementary Color

#2ab962 #b92a81

#2ab962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab962 Color CSS Codes

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

#2ab962 Text Font Color

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

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


#2ab962 Background Color

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

This div background color is #2ab962


#2ab962 Border Color

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

This div border color is #2ab962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab962


Comments

No comments written yet.

Please login to write comment.