Color Hex Logo

#7dc396 Color Hex

#7DC396
(125,195,150)
0 Favorites   0 Comments

Color spaces of #7dc396

RGB 125195150
HSL0.390.370.63
HSV141°36°76°
CMYK 0.360.000.23   0.24
XYZ33.477645.592235.8899
Yxy45.59220.29120.3966
Hunter Lab67.5220-29.662715.7510
CIE-Lab73.2801-31.719315.7760

#7dc396 color RGB value is (125,195,150).

#7dc396 hex color red value is 125, green value is 195 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #7dc396 hue: 0.39 , saturation: 0.37 and the lightness value of 7dc396 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11000011 10010110
Octal 175 303 226
Decimal 125 195 150
Hex 7D C3 96

RGB Percentages of Color #7dc396

%26.60
%41.49
%31.91

CMYK Percentages of Color #7dc396

%36
%0
%23
%24

Triadic Colors of #7dc396

#7dc396 #967dc3 #c3967d

Analogous Colors of #7dc396

#7dc396 #7dc3b9 #87c37d

Monochromatic Colors of #7dc396

#7dc396

Complementary Color

#7dc396 #c37daa

#7dc396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dc396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dc396 Color CSS Codes

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

#7dc396 Text Font Color

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

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


#7dc396 Background Color

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

This div background color is #7dc396


#7dc396 Border Color

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

This div border color is #7dc396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dc396


Comments

No comments written yet.

Please login to write comment.