Color Hex Logo

#7dd289 Color Hex

#7DD289
(125,210,137)
0 Favorites   0 Comments

Color spaces of #7dd289

RGB 125210137
HSL0.360.490.66
HSV128°40°82°
CMYK 0.400.000.35   0.18
XYZ36.019452.259331.8555
Yxy52.25930.29980.4350
Hunter Lab72.2906-37.569424.4767
CIE-Lab77.4356-40.911428.3244

#7dd289 color RGB value is (125,210,137).

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

The process color (four color CMYK) of #7dd289 color hex is 0.40, 0.00, 0.35, 0.18. Web safe color of #7dd289 is #66cc99. Color #7dd289 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11010010 10001001
Octal 175 322 211
Decimal 125 210 137
Hex 7D D2 89

RGB Percentages of Color #7dd289

%26.48
%44.49
%29.03

CMYK Percentages of Color #7dd289

%40
%0
%35
%18

Triadic Colors of #7dd289

#7dd289 #897dd2 #d2897d

Analogous Colors of #7dd289

#7dd289 #7dd2b4 #9cd27d

Monochromatic Colors of #7dd289

#7dd289

Complementary Color

#7dd289 #d27dc6

#7dd289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dd289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dd289 Color CSS Codes

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

#7dd289 Text Font Color

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

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


#7dd289 Background Color

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

This div background color is #7dd289


#7dd289 Border Color

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

This div border color is #7dd289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dd289


Comments

No comments written yet.

Please login to write comment.