Color Hex Logo

#4acb7f Color Hex

#4ACB7F
(74,203,127)
0 Favorites   0 Comments

Color spaces of #4acb7f

RGB 74203127
HSL0.400.550.54
HSV145°64°80°
CMYK 0.640.000.37   0.20
XYZ28.010745.700027.4233
Yxy45.70000.27700.4519
Hunter Lab67.6018-44.341923.2697
CIE-Lab73.3504-52.396227.7487

#4acb7f color RGB value is (74,203,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001011 01111111
Octal 112 313 177
Decimal 74 203 127
Hex 4A CB 7F

RGB Percentages of Color #4acb7f

%18.32
%50.25
%31.44

CMYK Percentages of Color #4acb7f

%64
%0
%37
%20

Triadic Colors of #4acb7f

#4acb7f #7f4acb #cb7f4a

Analogous Colors of #4acb7f

#4acb7f #4acbc0 #56cb4a

Monochromatic Colors of #4acb7f

#4acb7f

Complementary Color

#4acb7f #cb4a96

#4acb7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acb7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acb7f Color CSS Codes

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

#4acb7f Text Font Color

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

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


#4acb7f Background Color

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

This div background color is #4acb7f


#4acb7f Border Color

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

This div border color is #4acb7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acb7f


Comments

No comments written yet.

Please login to write comment.