Color Hex Logo

#4ca49e Color Hex

#4CA49E
(76,164,158)
0 Favorites   0 Comments

Color spaces of #4ca49e

RGB 76164158
HSL0.490.370.47
HSV176°54°64°
CMYK 0.540.000.04   0.36
XYZ22.427530.556037.0636
Yxy30.55600.24910.3393
Hunter Lab55.2775-24.3135-1.0598
CIE-Lab62.1310-27.8008-4.9365

#4ca49e color RGB value is (76,164,158).

#4ca49e hex color red value is 76, green value is 164 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #4ca49e hue: 0.49 , saturation: 0.37 and the lightness value of 4ca49e is 0.47.

The process color (four color CMYK) of #4ca49e color hex is 0.54, 0.00, 0.04, 0.36. Web safe color of #4ca49e is #339999. Color #4ca49e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10100100 10011110
Octal 114 244 236
Decimal 76 164 158
Hex 4C A4 9E

RGB Percentages of Color #4ca49e

%19.10
%41.21
%39.70

CMYK Percentages of Color #4ca49e

%54
%0
%4
%36

Triadic Colors of #4ca49e

#4ca49e #9e4ca4 #a49e4c

Analogous Colors of #4ca49e

#4ca49e #4c7ea4 #4ca472

Monochromatic Colors of #4ca49e

#4ca49e

Complementary Color

#4ca49e #a44c52

#4ca49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ca49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ca49e Color CSS Codes

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

#4ca49e Text Font Color

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

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


#4ca49e Background Color

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

This div background color is #4ca49e


#4ca49e Border Color

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

This div border color is #4ca49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ca49e


Comments

No comments written yet.

Please login to write comment.