Color Hex Logo

#7de652 Color Hex

#7DE652
(125,230,82)
0 Favorites   0 Comments

Color spaces of #7de652

RGB 12523082
HSL0.280.750.61
HSV103°64°90°
CMYK 0.460.000.64   0.10
XYZ38.277361.562817.8480
Yxy61.56280.32520.5231
Hunter Lab78.4620-50.228141.4365
CIE-Lab82.6804-56.110260.6825

#7de652 color RGB value is (125,230,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11100110 01010010
Octal 175 346 122
Decimal 125 230 82
Hex 7D E6 52

RGB Percentages of Color #7de652

%28.60
%52.63
%18.76

CMYK Percentages of Color #7de652

%46
%0
%64
%10

Triadic Colors of #7de652

#7de652 #527de6 #e6527d

Analogous Colors of #7de652

#7de652 #52e671 #c7e652

Monochromatic Colors of #7de652

#7de652

Complementary Color

#7de652 #bb52e6

#7de652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7de652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7de652 Color CSS Codes

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

#7de652 Text Font Color

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

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


#7de652 Background Color

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

This div background color is #7de652


#7de652 Border Color

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

This div border color is #7de652


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,230,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 #7de652">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7de652


Comments

No comments written yet.

Please login to write comment.