Color Hex Logo

#7cc0aa Color Hex

#7CC0AA
(124,192,170)
0 Favorites   0 Comments

Color spaces of #7cc0aa

RGB 124192170
HSL0.450.350.62
HSV161°35°75°
CMYK 0.350.000.11   0.25
XYZ34.417544.886644.8802
Yxy44.88660.27710.3615
Hunter Lab66.9975-25.54777.1811
CIE-Lab72.8172-26.44964.2901

#7cc0aa color RGB value is (124,192,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11000000 10101010
Octal 174 300 252
Decimal 124 192 170
Hex 7C C0 AA

RGB Percentages of Color #7cc0aa

%25.51
%39.51
%34.98

CMYK Percentages of Color #7cc0aa

%35
%0
%11
%25

Triadic Colors of #7cc0aa

#7cc0aa #aa7cc0 #c0aa7c

Analogous Colors of #7cc0aa

#7cc0aa #7cb4c0 #7cc088

Monochromatic Colors of #7cc0aa

#7cc0aa

Complementary Color

#7cc0aa #c07c92

#7cc0aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cc0aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cc0aa Color CSS Codes

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

#7cc0aa Text Font Color

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

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


#7cc0aa Background Color

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

This div background color is #7cc0aa


#7cc0aa Border Color

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

This div border color is #7cc0aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cc0aa


Comments

No comments written yet.

Please login to write comment.