Color Hex Logo

#7ddf9d Color Hex

#7DDF9D
(125,223,157)
0 Favorites   0 Comments

Color spaces of #7ddf9d

RGB 125223157
HSL0.390.600.68
HSV140°44°87°
CMYK 0.440.000.30   0.13
XYZ40.930959.569641.2391
Yxy59.56960.28880.4203
Hunter Lab77.1813-40.405022.3474
CIE-Lab81.6037-43.126723.5785

#7ddf9d color RGB value is (125,223,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011111 10011101
Octal 175 337 235
Decimal 125 223 157
Hex 7D DF 9D

RGB Percentages of Color #7ddf9d

%24.75
%44.16
%31.09

CMYK Percentages of Color #7ddf9d

%44
%0
%30
%13

Triadic Colors of #7ddf9d

#7ddf9d #9d7ddf #df9d7d

Analogous Colors of #7ddf9d

#7ddf9d #7ddfce #8edf7d

Monochromatic Colors of #7ddf9d

#7ddf9d

Complementary Color

#7ddf9d #df7dbf

#7ddf9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddf9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddf9d Color CSS Codes

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

#7ddf9d Text Font Color

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

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


#7ddf9d Background Color

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

This div background color is #7ddf9d


#7ddf9d Border Color

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

This div border color is #7ddf9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddf9d


Comments

No comments written yet.

Please login to write comment.