Color Hex Logo

#4aba9c Color Hex

#4ABA9C
(74,186,156)
0 Favorites   0 Comments

Color spaces of #4aba9c

RGB 74186156
HSL0.460.450.51
HSV164°60°73°
CMYK 0.600.000.16   0.27
XYZ26.383738.974037.5846
Yxy38.97400.25630.3786
Hunter Lab62.4292-33.81378.0057
CIE-Lab68.7324-39.06225.7940

#4aba9c color RGB value is (74,186,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111010 10011100
Octal 112 272 234
Decimal 74 186 156
Hex 4A BA 9C

RGB Percentages of Color #4aba9c

%17.79
%44.71
%37.50

CMYK Percentages of Color #4aba9c

%60
%0
%16
%27

Triadic Colors of #4aba9c

#4aba9c #9c4aba #ba9c4a

Analogous Colors of #4aba9c

#4aba9c #4aa0ba #4aba64

Monochromatic Colors of #4aba9c

#4aba9c

Complementary Color

#4aba9c #ba4a68

#4aba9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aba9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aba9c Color CSS Codes

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

#4aba9c Text Font Color

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

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


#4aba9c Background Color

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

This div background color is #4aba9c


#4aba9c Border Color

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

This div border color is #4aba9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aba9c


Comments

No comments written yet.

Please login to write comment.