Color Hex Logo

#7dd152 Color Hex

#7DD152
(125,209,82)
0 Favorites   0 Comments

Color spaces of #7dd152

RGB 12520982
HSL0.280.580.57
HSV100°61°82°
CMYK 0.400.000.61   0.18
XYZ32.780950.570116.0159
Yxy50.57010.32990.5089
Hunter Lab71.1127-42.163836.4256
CIE-Lab76.4179-47.710753.7663

#7dd152 color RGB value is (125,209,82).

#7dd152 hex color red value is 125, green value is 209 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #7dd152 hue: 0.28 , saturation: 0.58 and the lightness value of 7dd152 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11010001 01010010
Octal 175 321 122
Decimal 125 209 82
Hex 7D D1 52

RGB Percentages of Color #7dd152

%30.05
%50.24
%19.71

CMYK Percentages of Color #7dd152

%40
%0
%61
%18

Triadic Colors of #7dd152

#7dd152 #527dd1 #d1527d

Analogous Colors of #7dd152

#7dd152 #52d167 #bdd152

Monochromatic Colors of #7dd152

#7dd152

Complementary Color

#7dd152 #a652d1

#7dd152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dd152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dd152 Color CSS Codes

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

#7dd152 Text Font Color

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

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


#7dd152 Background Color

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

This div background color is #7dd152


#7dd152 Border Color

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

This div border color is #7dd152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dd152


Comments

No comments written yet.

Please login to write comment.