Color Hex Logo

#4cab6e Color Hex

#4CAB6E
(76,171,110)
0 Favorites   0 Comments

Color spaces of #4cab6e

RGB 76171110
HSL0.390.380.48
HSV141°56°67°
CMYK 0.560.000.36   0.33
XYZ20.357931.788119.8146
Yxy31.78810.28290.4417
Hunter Lab56.3809-34.214318.6297
CIE-Lab63.1674-42.080023.1584

#4cab6e color RGB value is (76,171,110).

#4cab6e hex color red value is 76, green value is 171 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #4cab6e hue: 0.39 , saturation: 0.38 and the lightness value of 4cab6e is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101011 01101110
Octal 114 253 156
Decimal 76 171 110
Hex 4C AB 6E

RGB Percentages of Color #4cab6e

%21.29
%47.90
%30.81

CMYK Percentages of Color #4cab6e

%56
%0
%36
%33

Triadic Colors of #4cab6e

#4cab6e #6e4cab #ab6e4c

Analogous Colors of #4cab6e

#4cab6e #4cab9e #5aab4c

Monochromatic Colors of #4cab6e

#4cab6e

Complementary Color

#4cab6e #ab4c89

#4cab6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cab6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cab6e Color CSS Codes

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

#4cab6e Text Font Color

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

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


#4cab6e Background Color

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

This div background color is #4cab6e


#4cab6e Border Color

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

This div border color is #4cab6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cab6e


Comments

No comments written yet.

Please login to write comment.