Color Hex Logo

#7dde96 Color Hex

#7DDE96
(125,222,150)
0 Favorites   0 Comments

Color spaces of #7dde96

RGB 125222150
HSL0.380.600.68
HSV135°44°87°
CMYK 0.440.000.32   0.13
XYZ40.083758.804538.0919
Yxy58.80450.29260.4293
Hunter Lab76.6841-40.893124.2273
CIE-Lab81.1840-43.941126.6338

#7dde96 color RGB value is (125,222,150).

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

The process color (four color CMYK) of #7dde96 color hex is 0.44, 0.00, 0.32, 0.13. Web safe color of #7dde96 is #66cc99. Color #7dde96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011110 10010110
Octal 175 336 226
Decimal 125 222 150
Hex 7D DE 96

RGB Percentages of Color #7dde96

%25.15
%44.67
%30.18

CMYK Percentages of Color #7dde96

%44
%0
%32
%13

Triadic Colors of #7dde96

#7dde96 #967dde #de967d

Analogous Colors of #7dde96

#7dde96 #7ddec7 #95de7d

Monochromatic Colors of #7dde96

#7dde96

Complementary Color

#7dde96 #de7dc5

#7dde96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dde96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dde96 Color CSS Codes

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

#7dde96 Text Font Color

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

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


#7dde96 Background Color

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

This div background color is #7dde96


#7dde96 Border Color

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

This div border color is #7dde96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dde96


Comments

No comments written yet.

Please login to write comment.