Color Hex Logo

#7dc2ac Color Hex

#7DC2AC
(125,194,172)
0 Favorites   0 Comments

Color spaces of #7dc2ac

RGB 125194172
HSL0.450.360.63
HSV161°36°76°
CMYK 0.360.000.11   0.24
XYZ35.195645.922146.0386
Yxy45.92210.27680.3611
Hunter Lab67.7658-25.88257.1558
CIE-Lab73.4950-26.70554.1890

#7dc2ac color RGB value is (125,194,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11000010 10101100
Octal 175 302 254
Decimal 125 194 172
Hex 7D C2 AC

RGB Percentages of Color #7dc2ac

%25.46
%39.51
%35.03

CMYK Percentages of Color #7dc2ac

%36
%0
%11
%24

Triadic Colors of #7dc2ac

#7dc2ac #ac7dc2 #c2ac7d

Analogous Colors of #7dc2ac

#7dc2ac #7db6c2 #7dc28a

Monochromatic Colors of #7dc2ac

#7dc2ac

Complementary Color

#7dc2ac #c27d93

#7dc2ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dc2ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dc2ac Color CSS Codes

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

#7dc2ac Text Font Color

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

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


#7dc2ac Background Color

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

This div background color is #7dc2ac


#7dc2ac Border Color

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

This div border color is #7dc2ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dc2ac


Comments

No comments written yet.

Please login to write comment.