Color Hex Logo

#7cc0ac Color Hex

#7CC0AC
(124,192,172)
0 Favorites   0 Comments

Color spaces of #7cc0ac

RGB 124192172
HSL0.450.350.62
HSV162°35°75°
CMYK 0.350.000.10   0.25
XYZ34.608244.962945.8844
Yxy44.96290.27590.3584
Hunter Lab67.0544-25.21756.3667
CIE-Lab72.8675-26.00943.2749

#7cc0ac color RGB value is (124,192,172).

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

The process color (four color CMYK) of #7cc0ac color hex is 0.35, 0.00, 0.10, 0.25. Web safe color of #7cc0ac is #66cc99. Color #7cc0ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11000000 10101100
Octal 174 300 254
Decimal 124 192 172
Hex 7C C0 AC

RGB Percentages of Color #7cc0ac

%25.41
%39.34
%35.25

CMYK Percentages of Color #7cc0ac

%35
%0
%10
%25

Triadic Colors of #7cc0ac

#7cc0ac #ac7cc0 #c0ac7c

Analogous Colors of #7cc0ac

#7cc0ac #7cb2c0 #7cc08a

Monochromatic Colors of #7cc0ac

#7cc0ac

Complementary Color

#7cc0ac #c07c90

#7cc0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cc0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cc0ac Color CSS Codes

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

#7cc0ac Text Font Color

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

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


#7cc0ac Background Color

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

This div background color is #7cc0ac


#7cc0ac Border Color

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

This div border color is #7cc0ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cc0ac


Comments

No comments written yet.

Please login to write comment.