Color Hex Logo

#4aba7e Color Hex

#4ABA7E
(74,186,126)
0 Favorites   0 Comments

Color spaces of #4aba7e

RGB 74186126
HSL0.410.450.51
HSV148°60°73°
CMYK 0.600.000.32   0.27
XYZ24.148838.080025.8161
Yxy38.08000.27430.4325
Hunter Lab61.7090-38.137718.3922
CIE-Lab68.0795-45.730521.1782

#4aba7e color RGB value is (74,186,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111010 01111110
Octal 112 272 176
Decimal 74 186 126
Hex 4A BA 7E

RGB Percentages of Color #4aba7e

%19.17
%48.19
%32.64

CMYK Percentages of Color #4aba7e

%60
%0
%32
%27

Triadic Colors of #4aba7e

#4aba7e #7e4aba #ba7e4a

Analogous Colors of #4aba7e

#4aba7e #4abab6 #4eba4a

Monochromatic Colors of #4aba7e

#4aba7e

Complementary Color

#4aba7e #ba4a86

#4aba7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aba7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aba7e Color CSS Codes

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

#4aba7e Text Font Color

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

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


#4aba7e Background Color

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

This div background color is #4aba7e


#4aba7e Border Color

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

This div border color is #4aba7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aba7e


Comments

No comments written yet.

Please login to write comment.