Color Hex Logo

#2ab10f Color Hex

#2AB10F
(42,177,15)
0 Favorites   0 Comments

Color spaces of #2ab10f

RGB 4217715
HSL0.310.840.38
HSV110°92°69°
CMYK 0.760.000.92   0.31
XYZ16.763231.97105.7394
Yxy31.97100.30770.5869
Hunter Lab56.5429-46.030433.5618
CIE-Lab63.3189-61.493061.7675

#2ab10f color RGB value is (42,177,15).

#2ab10f hex color red value is 42, green value is 177 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #2ab10f hue: 0.31 , saturation: 0.84 and the lightness value of 2ab10f is 0.38.

The process color (four color CMYK) of #2ab10f color hex is 0.76, 0.00, 0.92, 0.31. Web safe color of #2ab10f is #339900. Color #2ab10f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10110001 00001111
Octal 52 261 17
Decimal 42 177 15
Hex 2A B1 F

RGB Percentages of Color #2ab10f

%17.95
%75.64
%6.41

CMYK Percentages of Color #2ab10f

%76
%0
%92
%31

Triadic Colors of #2ab10f

#2ab10f #0f2ab1 #b10f2a

Analogous Colors of #2ab10f

#2ab10f #0fb145 #7bb10f

Monochromatic Colors of #2ab10f

#2ab10f

Complementary Color

#2ab10f #960fb1

#2ab10f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab10f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab10f Color CSS Codes

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

#2ab10f Text Font Color

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

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


#2ab10f Background Color

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

This div background color is #2ab10f


#2ab10f Border Color

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

This div border color is #2ab10f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab10f


Comments

No comments written yet.

Please login to write comment.