Color Hex Logo

#7ddcac Color Hex

#7DDCAC
(125,220,172)
0 Favorites   0 Comments

Color spaces of #7ddcac

RGB 125220172
HSL0.420.580.68
HSV150°43°86°
CMYK 0.430.000.22   0.14
XYZ41.497058.524948.1390
Yxy58.52490.28010.3950
Hunter Lab76.5016-37.053416.2426
CIE-Lab81.0297-38.920114.9310

#7ddcac color RGB value is (125,220,172).

#7ddcac hex color red value is 125, green value is 220 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7ddcac hue: 0.42 , saturation: 0.58 and the lightness value of 7ddcac is 0.68.

The process color (four color CMYK) of #7ddcac color hex is 0.43, 0.00, 0.22, 0.14. Web safe color of #7ddcac is #66cc99. Color #7ddcac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011100 10101100
Octal 175 334 254
Decimal 125 220 172
Hex 7D DC AC

RGB Percentages of Color #7ddcac

%24.18
%42.55
%33.27

CMYK Percentages of Color #7ddcac

%43
%0
%22
%14

Triadic Colors of #7ddcac

#7ddcac #ac7ddc #dcac7d

Analogous Colors of #7ddcac

#7ddcac #7ddcdc #7edc7d

Monochromatic Colors of #7ddcac

#7ddcac

Complementary Color

#7ddcac #dc7dad

#7ddcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddcac Color CSS Codes

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

#7ddcac Text Font Color

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

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


#7ddcac Background Color

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

This div background color is #7ddcac


#7ddcac Border Color

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

This div border color is #7ddcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddcac


Comments

No comments written yet.

Please login to write comment.