Color Hex Logo

#4cccaa Color Hex

#4CCCAA
(76,204,170)
0 Favorites   0 Comments

Color spaces of #4cccaa

RGB 76204170
HSL0.460.560.55
HSV164°63°80°
CMYK 0.630.000.17   0.20
XYZ31.829147.624545.5451
Yxy47.62450.25460.3810
Hunter Lab69.0105-38.44049.1775
CIE-Lab74.5875-43.24816.6109

#4cccaa color RGB value is (76,204,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001100 10101010
Octal 114 314 252
Decimal 76 204 170
Hex 4C CC AA

RGB Percentages of Color #4cccaa

%16.89
%45.33
%37.78

CMYK Percentages of Color #4cccaa

%63
%0
%17
%20

Triadic Colors of #4cccaa

#4cccaa #aa4ccc #ccaa4c

Analogous Colors of #4cccaa

#4cccaa #4caecc #4ccc6a

Monochromatic Colors of #4cccaa

#4cccaa

Complementary Color

#4cccaa #cc4c6e

#4cccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cccaa Color CSS Codes

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

#4cccaa Text Font Color

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

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


#4cccaa Background Color

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

This div background color is #4cccaa


#4cccaa Border Color

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

This div border color is #4cccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cccaa


Comments

No comments written yet.

Please login to write comment.