Color Hex Logo

#7dc122 Color Hex

#7DC122
(125,193,34)
0 Favorites   0 Comments

Color spaces of #7dc122

RGB 12519334
HSL0.240.700.45
HSV86°82°76°
CMYK 0.350.000.82   0.24
XYZ27.816142.61548.2729
Yxy42.61540.35340.5415
Hunter Lab65.2805-38.181738.1826
CIE-Lab71.2932-44.300965.7965

#7dc122 color RGB value is (125,193,34).

#7dc122 hex color red value is 125, green value is 193 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #7dc122 hue: 0.24 , saturation: 0.70 and the lightness value of 7dc122 is 0.45.

The process color (four color CMYK) of #7dc122 color hex is 0.35, 0.00, 0.82, 0.24. Web safe color of #7dc122 is #66cc33. Color #7dc122 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11000001 00100010
Octal 175 301 42
Decimal 125 193 34
Hex 7D C1 22

RGB Percentages of Color #7dc122

%35.51
%54.83
%9.66

CMYK Percentages of Color #7dc122

%35
%0
%82
%24

Triadic Colors of #7dc122

#7dc122 #227dc1 #c1227d

Analogous Colors of #7dc122

#7dc122 #2dc122 #c1b622

Monochromatic Colors of #7dc122

#7dc122

Complementary Color

#7dc122 #6622c1

#7dc122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dc122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dc122 Color CSS Codes

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

#7dc122 Text Font Color

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

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


#7dc122 Background Color

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

This div background color is #7dc122


#7dc122 Border Color

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

This div border color is #7dc122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dc122


Comments

No comments written yet.

Please login to write comment.