Color Hex Logo

#4cccac Color Hex

#4CCCAC
(76,204,172)
0 Favorites   0 Comments

Color spaces of #4cccac

RGB 76204172
HSL0.460.560.55
HSV165°63°80°
CMYK 0.630.000.16   0.20
XYZ32.019847.700846.5493
Yxy47.70080.25360.3778
Hunter Lab69.0658-38.11018.3855
CIE-Lab74.6358-42.76455.6030

#4cccac color RGB value is (76,204,172).

#4cccac hex color red value is 76, green value is 204 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4cccac hue: 0.46 , saturation: 0.56 and the lightness value of 4cccac is 0.55.

The process color (four color CMYK) of #4cccac color hex is 0.63, 0.00, 0.16, 0.20. Web safe color of #4cccac is #33cc99. Color #4cccac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001100 10101100
Octal 114 314 254
Decimal 76 204 172
Hex 4C CC AC

RGB Percentages of Color #4cccac

%16.81
%45.13
%38.05

CMYK Percentages of Color #4cccac

%63
%0
%16
%20

Triadic Colors of #4cccac

#4cccac #ac4ccc #ccac4c

Analogous Colors of #4cccac

#4cccac #4caccc #4ccc6c

Monochromatic Colors of #4cccac

#4cccac

Complementary Color

#4cccac #cc4c6c

#4cccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cccac Color CSS Codes

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

#4cccac Text Font Color

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

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


#4cccac Background Color

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

This div background color is #4cccac


#4cccac Border Color

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

This div border color is #4cccac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cccac


Comments

No comments written yet.

Please login to write comment.