Color Hex Logo

#7de620 Color Hex

#7DE620
(125,230,32)
0 Favorites   0 Comments

Color spaces of #7de620

RGB 12523032
HSL0.260.800.51
HSV92°86°90°
CMYK 0.460.000.86   0.10
XYZ37.015061.057911.2010
Yxy61.05790.33870.5588
Hunter Lab78.1396-52.188146.1987
CIE-Lab82.4099-59.048575.9601

#7de620 color RGB value is (125,230,32).

#7de620 hex color red value is 125, green value is 230 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #7de620 hue: 0.26 , saturation: 0.80 and the lightness value of 7de620 is 0.51.

The process color (four color CMYK) of #7de620 color hex is 0.46, 0.00, 0.86, 0.10. Web safe color of #7de620 is #66ff33. Color #7de620 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11100110 00100000
Octal 175 346 40
Decimal 125 230 32
Hex 7D E6 20

RGB Percentages of Color #7de620

%32.30
%59.43
%8.27

CMYK Percentages of Color #7de620

%46
%0
%86
%10

Triadic Colors of #7de620

#7de620 #207de6 #e6207d

Analogous Colors of #7de620

#7de620 #20e626 #e0e620

Monochromatic Colors of #7de620

#7de620

Complementary Color

#7de620 #8920e6

#7de620 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7de620 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7de620 Color CSS Codes

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

#7de620 Text Font Color

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

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


#7de620 Background Color

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

This div background color is #7de620


#7de620 Border Color

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

This div border color is #7de620


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7de620


Comments

No comments written yet.

Please login to write comment.