Color Hex Logo

#7dd396 Color Hex

#7DD396
(125,211,150)
0 Favorites   0 Comments

Color spaces of #7dd396

RGB 125211150
HSL0.380.490.66
HSV137°41°83°
CMYK 0.410.000.29   0.17
XYZ37.256753.150537.1496
Yxy53.15050.29210.4167
Hunter Lab72.9044-36.362920.8209
CIE-Lab77.9638-39.091322.2534

#7dd396 color RGB value is (125,211,150).

#7dd396 hex color red value is 125, green value is 211 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #7dd396 hue: 0.38 , saturation: 0.49 and the lightness value of 7dd396 is 0.66.

The process color (four color CMYK) of #7dd396 color hex is 0.41, 0.00, 0.29, 0.17. Web safe color of #7dd396 is #66cc99. Color #7dd396 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11010011 10010110
Octal 175 323 226
Decimal 125 211 150
Hex 7D D3 96

RGB Percentages of Color #7dd396

%25.72
%43.42
%30.86

CMYK Percentages of Color #7dd396

%41
%0
%29
%17

Triadic Colors of #7dd396

#7dd396 #967dd3 #d3967d

Analogous Colors of #7dd396

#7dd396 #7dd3c1 #8fd37d

Monochromatic Colors of #7dd396

#7dd396

Complementary Color

#7dd396 #d37dba

#7dd396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dd396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dd396 Color CSS Codes

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

#7dd396 Text Font Color

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

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


#7dd396 Background Color

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

This div background color is #7dd396


#7dd396 Border Color

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

This div border color is #7dd396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dd396


Comments

No comments written yet.

Please login to write comment.