Color Hex Logo

#4aab2e Color Hex

#4AAB2E
(74,171,46)
0 Favorites   0 Comments

Color spaces of #4aab2e

RGB 7417146
HSL0.300.580.43
HSV107°73°67°
CMYK 0.570.000.73   0.33
XYZ17.880130.77897.5833
Yxy30.77890.31790.5473
Hunter Lab55.4787-39.559530.7309
CIE-Lab62.3205-51.095752.7488

#4aab2e color RGB value is (74,171,46).

#4aab2e hex color red value is 74, green value is 171 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #4aab2e hue: 0.30 , saturation: 0.58 and the lightness value of 4aab2e is 0.43.

The process color (four color CMYK) of #4aab2e color hex is 0.57, 0.00, 0.73, 0.33. Web safe color of #4aab2e is #339933. Color #4aab2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101011 00101110
Octal 112 253 56
Decimal 74 171 46
Hex 4A AB 2E

RGB Percentages of Color #4aab2e

%25.43
%58.76
%15.81

CMYK Percentages of Color #4aab2e

%57
%0
%73
%33

Triadic Colors of #4aab2e

#4aab2e #2e4aab #ab2e4a

Analogous Colors of #4aab2e

#4aab2e #2eab50 #89ab2e

Monochromatic Colors of #4aab2e

#4aab2e

Complementary Color

#4aab2e #8f2eab

#4aab2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aab2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aab2e Color CSS Codes

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

#4aab2e Text Font Color

<p style="color:#4aab2e">Text here</p>

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


#4aab2e Background Color

<div style="background-color:#4aab2e">
Div content here</div>

This div background color is #4aab2e


#4aab2e Border Color

<div style="border:3px solid #4aab2e">
Div here</div>

This div border color is #4aab2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,171,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4aab2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4aab2e;
  -webkit-box-shadow: 1px 1px 3px 2px #4aab2e;
  box-shadow:         1px 1px 3px 2px #4aab2e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,171,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aab2e


Comments

No comments written yet.

Please login to write comment.