Color Hex Logo

#4acb52 Color Hex

#4ACB52
(74,203,82)
0 Favorites   0 Comments

Color spaces of #4acb52

RGB 7420382
HSL0.340.550.54
HSV124°64°80°
CMYK 0.640.000.60   0.20
XYZ25.703044.776915.2708
Yxy44.77690.29970.5222
Hunter Lab66.9155-48.538433.3103
CIE-Lab72.7447-59.186149.0966

#4acb52 color RGB value is (74,203,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001011 01010010
Octal 112 313 122
Decimal 74 203 82
Hex 4A CB 52

RGB Percentages of Color #4acb52

%20.61
%56.55
%22.84

CMYK Percentages of Color #4acb52

%64
%0
%60
%20

Triadic Colors of #4acb52

#4acb52 #524acb #cb524a

Analogous Colors of #4acb52

#4acb52 #4acb93 #83cb4a

Monochromatic Colors of #4acb52

#4acb52

Complementary Color

#4acb52 #cb4ac3

#4acb52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acb52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acb52 Color CSS Codes

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

#4acb52 Text Font Color

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

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


#4acb52 Background Color

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

This div background color is #4acb52


#4acb52 Border Color

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

This div border color is #4acb52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acb52


Comments

No comments written yet.

Please login to write comment.