Color Hex Logo

#4aba7b Color Hex

#4ABA7B
(74,186,123)
0 Favorites   0 Comments

Color spaces of #4aba7b

RGB 74186123
HSL0.410.450.51
HSV146°60°73°
CMYK 0.600.000.34   0.27
XYZ23.958138.003724.8116
Yxy38.00370.27610.4380
Hunter Lab61.6471-38.511519.2901
CIE-Lab68.0233-46.324122.7081

#4aba7b color RGB value is (74,186,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111010 01111011
Octal 112 272 173
Decimal 74 186 123
Hex 4A BA 7B

RGB Percentages of Color #4aba7b

%19.32
%48.56
%32.11

CMYK Percentages of Color #4aba7b

%60
%0
%34
%27

Triadic Colors of #4aba7b

#4aba7b #7b4aba #ba7b4a

Analogous Colors of #4aba7b

#4aba7b #4abab3 #51ba4a

Monochromatic Colors of #4aba7b

#4aba7b

Complementary Color

#4aba7b #ba4a89

#4aba7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aba7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aba7b Color CSS Codes

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

#4aba7b Text Font Color

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

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


#4aba7b Background Color

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

This div background color is #4aba7b


#4aba7b Border Color

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

This div border color is #4aba7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aba7b


Comments

No comments written yet.

Please login to write comment.