color codes Logo

#4aba4c color codes

#4ABA4C
(74,186,76)
0 Favorites   0 Comments

Color spaces of #4aba4c

RGB 7418676
HSL0.340.450.51
HSV121°60°73°
CMYK 0.600.000.59   0.27
XYZ21.687537.095512.8546
Yxy37.09550.30270.5178
Hunter Lab60.9061-43.025230.1207
CIE-Lab67.3486-53.726745.5908

#4aba4c color RGB value is (74,186,76).

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

The process color (four color CMYK) of #4aba4c color code is 0.60, 0.00, 0.59, 0.27. Web safe color of #4aba4c is #33cc33. Color #4aba4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111010 01001100
Octal 112 272 114
Decimal 74 186 76
Hex 4A BA 4C

RGB Percentages of Color #4aba4c

%22.02
%55.36
%22.62

CMYK Percentages of Color #4aba4c

%60
%0
%59
%27

Triadic Colors of #4aba4c

#4aba4c #4c4aba #ba4c4a

Analogous Colors of #4aba4c

#4aba4c #4aba84 #80ba4a

Monochromatic Colors of #4aba4c

#4aba4c

Complementary Color

#4aba4c #ba4ab8

#4aba4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aba4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aba4c Color CSS Codes

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

#4aba4c Text Font Color

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

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


#4aba4c Background Color

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

This div background color is #4aba4c


#4aba4c Border Color

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

This div border color is #4aba4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aba4c


Comments

No comments written yet.

Please login to write comment.