Color Hex Logo

#4ca48f Color Hex

#4CA48F
(76,164,143)
0 Favorites   0 Comments

Color spaces of #4ca48f

RGB 76164143
HSL0.460.370.47
HSV166°54°64°
CMYK 0.540.000.13   0.36
XYZ21.213930.070630.6727
Yxy30.07060.25880.3669
Hunter Lab54.8367-26.91035.2220
CIE-Lab61.7151-31.68472.8841

#4ca48f color RGB value is (76,164,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10100100 10001111
Octal 114 244 217
Decimal 76 164 143
Hex 4C A4 8F

RGB Percentages of Color #4ca48f

%19.84
%42.82
%37.34

CMYK Percentages of Color #4ca48f

%54
%0
%13
%36

Triadic Colors of #4ca48f

#4ca48f #8f4ca4 #a48f4c

Analogous Colors of #4ca48f

#4ca48f #4c8da4 #4ca463

Monochromatic Colors of #4ca48f

#4ca48f

Complementary Color

#4ca48f #a44c61

#4ca48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ca48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ca48f Color CSS Codes

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

#4ca48f Text Font Color

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

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


#4ca48f Background Color

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

This div background color is #4ca48f


#4ca48f Border Color

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

This div border color is #4ca48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ca48f


Comments

No comments written yet.

Please login to write comment.