Color Hex Logo

#7dcd9c Color Hex

#7DCD9C
(125,205,156)
0 Favorites   0 Comments

Color spaces of #7dcd9c

RGB 125205156
HSL0.400.440.65
HSV143°39°80°
CMYK 0.390.000.24   0.20
XYZ36.289550.422939.2724
Yxy50.42290.28800.4002
Hunter Lab71.0091-33.042716.9153
CIE-Lab76.3281-35.235416.8206

#7dcd9c color RGB value is (125,205,156).

#7dcd9c hex color red value is 125, green value is 205 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #7dcd9c hue: 0.40 , saturation: 0.44 and the lightness value of 7dcd9c is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001101 10011100
Octal 175 315 234
Decimal 125 205 156
Hex 7D CD 9C

RGB Percentages of Color #7dcd9c

%25.72
%42.18
%32.10

CMYK Percentages of Color #7dcd9c

%39
%0
%24
%20

Triadic Colors of #7dcd9c

#7dcd9c #9c7dcd #cd9c7d

Analogous Colors of #7dcd9c

#7dcd9c #7dcdc4 #86cd7d

Monochromatic Colors of #7dcd9c

#7dcd9c

Complementary Color

#7dcd9c #cd7dae

#7dcd9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcd9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcd9c Color CSS Codes

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

#7dcd9c Text Font Color

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

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


#7dcd9c Background Color

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

This div background color is #7dcd9c


#7dcd9c Border Color

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

This div border color is #7dcd9c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,205,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7dcd9c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcd9c


Comments

No comments written yet.

Please login to write comment.