Color Hex Logo

#7cc2ac Color Hex

#7CC2AC
(124,194,172)
0 Favorites   0 Comments

Color spaces of #7cc2ac

RGB 124194172
HSL0.450.360.62
HSV161°36°76°
CMYK 0.360.000.11   0.24
XYZ35.050445.847246.0318
Yxy45.84720.27610.3612
Hunter Lab67.7106-26.09297.0902
CIE-Lab73.4463-26.99014.1124

#7cc2ac color RGB value is (124,194,172).

#7cc2ac hex color red value is 124, green value is 194 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7cc2ac hue: 0.45 , saturation: 0.36 and the lightness value of 7cc2ac is 0.62.

The process color (four color CMYK) of #7cc2ac color hex is 0.36, 0.00, 0.11, 0.24. Web safe color of #7cc2ac is #66cc99. Color #7cc2ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11000010 10101100
Octal 174 302 254
Decimal 124 194 172
Hex 7C C2 AC

RGB Percentages of Color #7cc2ac

%25.31
%39.59
%35.10

CMYK Percentages of Color #7cc2ac

%36
%0
%11
%24

Triadic Colors of #7cc2ac

#7cc2ac #ac7cc2 #c2ac7c

Analogous Colors of #7cc2ac

#7cc2ac #7cb5c2 #7cc289

Monochromatic Colors of #7cc2ac

#7cc2ac

Complementary Color

#7cc2ac #c27c92

#7cc2ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cc2ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cc2ac Color CSS Codes

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

#7cc2ac Text Font Color

<p style="color:#7cc2ac">Text here</p>

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


#7cc2ac Background Color

<div style="background-color:#7cc2ac">
Div content here</div>

This div background color is #7cc2ac


#7cc2ac Border Color

<div style="border:3px solid #7cc2ac">
Div here</div>

This div border color is #7cc2ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,194,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7cc2ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7cc2ac;
  -webkit-box-shadow: 1px 1px 3px 2px #7cc2ac;
  box-shadow:         1px 1px 3px 2px #7cc2ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,194,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 #7cc2ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cc2ac


Comments

No comments written yet.

Please login to write comment.