Color Hex Logo

#7cccac Color Hex

#7CCCAC
(124,204,172)
0 Favorites   0 Comments

Color spaces of #7cccac

RGB 124204172
HSL0.430.440.64
HSV156°39°80°
CMYK 0.390.000.16   0.20
XYZ37.351450.449446.7988
Yxy50.44940.27750.3748
Hunter Lab71.0277-30.430610.6544
CIE-Lab76.3443-31.80108.2799

#7cccac color RGB value is (124,204,172).

#7cccac hex color red value is 124, green value is 204 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7cccac hue: 0.43 , saturation: 0.44 and the lightness value of 7cccac is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001100 10101100
Octal 174 314 254
Decimal 124 204 172
Hex 7C CC AC

RGB Percentages of Color #7cccac

%24.80
%40.80
%34.40

CMYK Percentages of Color #7cccac

%39
%0
%16
%20

Triadic Colors of #7cccac

#7cccac #ac7ccc #ccac7c

Analogous Colors of #7cccac

#7cccac #7cc4cc #7ccc84

Monochromatic Colors of #7cccac

#7cccac

Complementary Color

#7cccac #cc7c9c

#7cccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cccac Color CSS Codes

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

#7cccac Text Font Color

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

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


#7cccac Background Color

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

This div background color is #7cccac


#7cccac Border Color

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

This div border color is #7cccac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cccac


Comments

No comments written yet.

Please login to write comment.