Color Hex Logo

#2abb17 Color Hex

#2ABB17
(42,187,23)
0 Favorites   0 Comments

Color spaces of #2abb17

RGB 4218723
HSL0.310.780.41
HSV113°88°73°
CMYK 0.780.000.88   0.27
XYZ18.879836.09486.7825
Yxy36.09480.30570.5845
Hunter Lab60.0789-49.044635.3618
CIE-Lab66.5923-64.265563.1188

#2abb17 color RGB value is (42,187,23).

#2abb17 hex color red value is 42, green value is 187 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #2abb17 hue: 0.31 , saturation: 0.78 and the lightness value of 2abb17 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111011 00010111
Octal 52 273 27
Decimal 42 187 23
Hex 2A BB 17

RGB Percentages of Color #2abb17

%16.67
%74.21
%9.13

CMYK Percentages of Color #2abb17

%78
%0
%88
%27

Triadic Colors of #2abb17

#2abb17 #172abb #bb172a

Analogous Colors of #2abb17

#2abb17 #17bb56 #7cbb17

Monochromatic Colors of #2abb17

#2abb17

Complementary Color

#2abb17 #a817bb

#2abb17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abb17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abb17 Color CSS Codes

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

#2abb17 Text Font Color

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

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


#2abb17 Background Color

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

This div background color is #2abb17


#2abb17 Border Color

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

This div border color is #2abb17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abb17


Comments

No comments written yet.

Please login to write comment.