Color Hex Logo

#4acb76 Color Hex

#4ACB76
(74,203,118)
0 Favorites   0 Comments

Color spaces of #4acb76

RGB 74203118
HSL0.390.550.54
HSV140°64°80°
CMYK 0.640.000.42   0.20
XYZ27.450045.475724.4705
Yxy45.47570.28180.4669
Hunter Lab67.4357-45.353225.6903
CIE-Lab73.2040-54.000232.2027

#4acb76 color RGB value is (74,203,118).

#4acb76 hex color red value is 74, green value is 203 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #4acb76 hue: 0.39 , saturation: 0.55 and the lightness value of 4acb76 is 0.54.

The process color (four color CMYK) of #4acb76 color hex is 0.64, 0.00, 0.42, 0.20. Web safe color of #4acb76 is #33cc66. Color #4acb76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001011 01110110
Octal 112 313 166
Decimal 74 203 118
Hex 4A CB 76

RGB Percentages of Color #4acb76

%18.73
%51.39
%29.87

CMYK Percentages of Color #4acb76

%64
%0
%42
%20

Triadic Colors of #4acb76

#4acb76 #764acb #cb764a

Analogous Colors of #4acb76

#4acb76 #4acbb7 #5ecb4a

Monochromatic Colors of #4acb76

#4acb76

Complementary Color

#4acb76 #cb4a9f

#4acb76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acb76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acb76 Color CSS Codes

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

#4acb76 Text Font Color

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

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


#4acb76 Background Color

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

This div background color is #4acb76


#4acb76 Border Color

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

This div border color is #4acb76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acb76


Comments

No comments written yet.

Please login to write comment.