Color Hex Logo

#7dec9c Color Hex

#7DEC9C
(125,236,156)
0 Favorites   0 Comments

Color spaces of #7dec9c

RGB 125236156
HSL0.380.740.71
HSV137°47°93°
CMYK 0.470.000.34   0.07
XYZ44.453666.751241.9938
Yxy66.75120.29020.4357
Hunter Lab81.7014-45.855926.7165
CIE-Lab85.3781-48.860629.2088

#7dec9c color RGB value is (125,236,156).

#7dec9c hex color red value is 125, green value is 236 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #7dec9c hue: 0.38 , saturation: 0.74 and the lightness value of 7dec9c is 0.71.

The process color (four color CMYK) of #7dec9c color hex is 0.47, 0.00, 0.34, 0.07. Web safe color of #7dec9c is #66ff99. Color #7dec9c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11101100 10011100
Octal 175 354 234
Decimal 125 236 156
Hex 7D EC 9C

RGB Percentages of Color #7dec9c

%24.18
%45.65
%30.17

CMYK Percentages of Color #7dec9c

%47
%0
%34
%7

Triadic Colors of #7dec9c

#7dec9c #9c7dec #ec9c7d

Analogous Colors of #7dec9c

#7dec9c #7decd4 #96ec7d

Monochromatic Colors of #7dec9c

#7dec9c

Complementary Color

#7dec9c #ec7dcd

#7dec9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dec9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dec9c Color CSS Codes

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

#7dec9c Text Font Color

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

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


#7dec9c Background Color

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

This div background color is #7dec9c


#7dec9c Border Color

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

This div border color is #7dec9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dec9c


Comments

No comments written yet.

Please login to write comment.