Color Hex Logo

#7de770 Color Hex

#7DE770
(125,231,112)
0 Favorites   0 Comments

Color spaces of #7de770

RGB 125231112
HSL0.320.710.67
HSV113°52°91°
CMYK 0.460.000.52   0.09
XYZ39.958062.681725.3220
Yxy62.68170.31230.4898
Hunter Lab79.1718-48.461636.4572
CIE-Lab83.2746-53.344648.1714

#7de770 color RGB value is (125,231,112).

#7de770 hex color red value is 125, green value is 231 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #7de770 hue: 0.32 , saturation: 0.71 and the lightness value of 7de770 is 0.67.

The process color (four color CMYK) of #7de770 color hex is 0.46, 0.00, 0.52, 0.09. Web safe color of #7de770 is #66ff66. Color #7de770 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11100111 01110000
Octal 175 347 160
Decimal 125 231 112
Hex 7D E7 70

RGB Percentages of Color #7de770

%26.71
%49.36
%23.93

CMYK Percentages of Color #7de770

%46
%0
%52
%9

Triadic Colors of #7de770

#7de770 #707de7 #e7707d

Analogous Colors of #7de770

#7de770 #70e79f #b9e770

Monochromatic Colors of #7de770

#7de770

Complementary Color

#7de770 #da70e7

#7de770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7de770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7de770 Color CSS Codes

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

#7de770 Text Font Color

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

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


#7de770 Background Color

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

This div background color is #7de770


#7de770 Border Color

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

This div border color is #7de770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7de770


Comments

No comments written yet.

Please login to write comment.