Color Hex Logo

#4cccaf Color Hex

#4CCCAF
(76,204,175)
0 Favorites   0 Comments

Color spaces of #4cccaf

RGB 76204175
HSL0.460.560.55
HSV166°63°80°
CMYK 0.630.000.14   0.20
XYZ32.311247.817448.0841
Yxy47.81740.25200.3730
Hunter Lab69.1501-37.60657.1773
CIE-Lab74.7096-42.03034.0922

#4cccaf color RGB value is (76,204,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11001100 10101111
Octal 114 314 257
Decimal 76 204 175
Hex 4C CC AF

RGB Percentages of Color #4cccaf

%16.70
%44.84
%38.46

CMYK Percentages of Color #4cccaf

%63
%0
%14
%20

Triadic Colors of #4cccaf

#4cccaf #af4ccc #ccaf4c

Analogous Colors of #4cccaf

#4cccaf #4ca9cc #4ccc6f

Monochromatic Colors of #4cccaf

#4cccaf

Complementary Color

#4cccaf #cc4c69

#4cccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cccaf Color CSS Codes

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

#4cccaf Text Font Color

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

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


#4cccaf Background Color

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

This div background color is #4cccaf


#4cccaf Border Color

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

This div border color is #4cccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cccaf


Comments

No comments written yet.

Please login to write comment.