Color Hex Logo

#7dd161 Color Hex

#7DD161
(125,209,97)
0 Favorites   0 Comments

Color spaces of #7dd161

RGB 12520997
HSL0.290.550.60
HSV105°54°82°
CMYK 0.400.000.54   0.18
XYZ33.415650.824019.3581
Yxy50.82400.32260.4906
Hunter Lab71.2910-41.092433.8043
CIE-Lab76.5723-46.127747.1475

#7dd161 color RGB value is (125,209,97).

#7dd161 hex color red value is 125, green value is 209 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #7dd161 hue: 0.29 , saturation: 0.55 and the lightness value of 7dd161 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11010001 01100001
Octal 175 321 141
Decimal 125 209 97
Hex 7D D1 61

RGB Percentages of Color #7dd161

%29.00
%48.49
%22.51

CMYK Percentages of Color #7dd161

%40
%0
%54
%18

Triadic Colors of #7dd161

#7dd161 #617dd1 #d1617d

Analogous Colors of #7dd161

#7dd161 #61d17d #b5d161

Monochromatic Colors of #7dd161

#7dd161

Complementary Color

#7dd161 #b561d1

#7dd161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dd161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dd161 Color CSS Codes

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

#7dd161 Text Font Color

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

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


#7dd161 Background Color

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

This div background color is #7dd161


#7dd161 Border Color

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

This div border color is #7dd161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dd161


Comments

No comments written yet.

Please login to write comment.