Color Hex Logo

#4cac75 Color Hex

#4CAC75
(76,172,117)
0 Favorites   0 Comments

Color spaces of #4cac75

RGB 76172117
HSL0.400.390.49
HSV146°56°67°
CMYK 0.560.000.32   0.33
XYZ20.943932.325921.9653
Yxy32.32590.27840.4297
Hunter Lab56.8559-33.744016.8934
CIE-Lab63.6113-41.150319.9633

#4cac75 color RGB value is (76,172,117).

#4cac75 hex color red value is 76, green value is 172 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #4cac75 hue: 0.40 , saturation: 0.39 and the lightness value of 4cac75 is 0.49.

The process color (four color CMYK) of #4cac75 color hex is 0.56, 0.00, 0.32, 0.33. Web safe color of #4cac75 is #339966. Color #4cac75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101100 01110101
Octal 114 254 165
Decimal 76 172 117
Hex 4C AC 75

RGB Percentages of Color #4cac75

%20.82
%47.12
%32.05

CMYK Percentages of Color #4cac75

%56
%0
%32
%33

Triadic Colors of #4cac75

#4cac75 #754cac #ac754c

Analogous Colors of #4cac75

#4cac75 #4caca5 #53ac4c

Monochromatic Colors of #4cac75

#4cac75

Complementary Color

#4cac75 #ac4c83

#4cac75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cac75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cac75 Color CSS Codes

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

#4cac75 Text Font Color

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

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


#4cac75 Background Color

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

This div background color is #4cac75


#4cac75 Border Color

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

This div border color is #4cac75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cac75


Comments

No comments written yet.

Please login to write comment.