Color Hex Logo

#2abb23 Color Hex

#2ABB23
(42,187,35)
0 Favorites   0 Comments

Color spaces of #2abb23

RGB 4218735
HSL0.330.680.44
HSV117°81°73°
CMYK 0.780.000.81   0.27
XYZ19.028536.15427.5657
Yxy36.15420.30330.5762
Hunter Lab60.1284-48.735734.6296
CIE-Lab66.6376-63.696860.2556

#2abb23 color RGB value is (42,187,35).

#2abb23 hex color red value is 42, green value is 187 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #2abb23 hue: 0.33 , saturation: 0.68 and the lightness value of 2abb23 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111011 00100011
Octal 52 273 43
Decimal 42 187 35
Hex 2A BB 23

RGB Percentages of Color #2abb23

%15.91
%70.83
%13.26

CMYK Percentages of Color #2abb23

%78
%0
%81
%27

Triadic Colors of #2abb23

#2abb23 #232abb #bb232a

Analogous Colors of #2abb23

#2abb23 #23bb68 #76bb23

Monochromatic Colors of #2abb23

#2abb23

Complementary Color

#2abb23 #b423bb

#2abb23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abb23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abb23 Color CSS Codes

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

#2abb23 Text Font Color

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

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


#2abb23 Background Color

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

This div background color is #2abb23


#2abb23 Border Color

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

This div border color is #2abb23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abb23


Comments

No comments written yet.

Please login to write comment.