Color Hex Logo

#4aba8d Color Hex

#4ABA8D
(74,186,141)
1 Favorites   0 Comments

Color spaces of #4aba8d

RGB 74186141
HSL0.430.450.51
HSV156°60°73°
CMYK 0.600.000.24   0.27
XYZ25.190738.496731.3022
Yxy38.49670.26520.4053
Hunter Lab62.0457-36.108613.5201
CIE-Lab68.3851-42.557213.4933

#4aba8d color RGB value is (74,186,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111010 10001101
Octal 112 272 215
Decimal 74 186 141
Hex 4A BA 8D

RGB Percentages of Color #4aba8d

%18.45
%46.38
%35.16

CMYK Percentages of Color #4aba8d

%60
%0
%24
%27

Triadic Colors of #4aba8d

#4aba8d #8d4aba #ba8d4a

Analogous Colors of #4aba8d

#4aba8d #4aafba #4aba55

Monochromatic Colors of #4aba8d

#4aba8d

Complementary Color

#4aba8d #ba4a77

#4aba8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aba8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aba8d Color CSS Codes

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

#4aba8d Text Font Color

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

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


#4aba8d Background Color

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

This div background color is #4aba8d


#4aba8d Border Color

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

This div border color is #4aba8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aba8d


Comments

No comments written yet.

Please login to write comment.