Color Hex Logo

#4aba72 Color Hex

#4ABA72
(74,186,114)
0 Favorites   0 Comments

Color spaces of #4aba72

RGB 74186114
HSL0.390.450.51
HSV141°60°73°
CMYK 0.600.000.39   0.27
XYZ23.420237.788621.9791
Yxy37.78860.28150.4543
Hunter Lab61.4724-39.570621.8319
CIE-Lab67.8645-48.021227.2719

#4aba72 color RGB value is (74,186,114).

#4aba72 hex color red value is 74, green value is 186 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #4aba72 hue: 0.39 , saturation: 0.45 and the lightness value of 4aba72 is 0.51.

The process color (four color CMYK) of #4aba72 color hex is 0.60, 0.00, 0.39, 0.27. Web safe color of #4aba72 is #33cc66. Color #4aba72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111010 01110010
Octal 112 272 162
Decimal 74 186 114
Hex 4A BA 72

RGB Percentages of Color #4aba72

%19.79
%49.73
%30.48

CMYK Percentages of Color #4aba72

%60
%0
%39
%27

Triadic Colors of #4aba72

#4aba72 #724aba #ba724a

Analogous Colors of #4aba72

#4aba72 #4abaaa #5aba4a

Monochromatic Colors of #4aba72

#4aba72

Complementary Color

#4aba72 #ba4a92

#4aba72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aba72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aba72 Color CSS Codes

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

#4aba72 Text Font Color

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

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


#4aba72 Background Color

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

This div background color is #4aba72


#4aba72 Border Color

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

This div border color is #4aba72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aba72


Comments

No comments written yet.

Please login to write comment.