Color Hex Logo

#7de063 Color Hex

#7DE063
(125,224,99)
0 Favorites   0 Comments

Color spaces of #7de063

RGB 12522499
HSL0.300.670.63
HSV108°56°88°
CMYK 0.440.000.56   0.12
XYZ37.365258.572121.1406
Yxy58.57210.31910.5003
Hunter Lab76.5324-46.783237.1950
CIE-Lab81.0558-52.064351.5268

#7de063 color RGB value is (125,224,99).

#7de063 hex color red value is 125, green value is 224 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #7de063 hue: 0.30 , saturation: 0.67 and the lightness value of 7de063 is 0.63.

The process color (four color CMYK) of #7de063 color hex is 0.44, 0.00, 0.56, 0.12. Web safe color of #7de063 is #66cc66. Color #7de063 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11100000 01100011
Octal 175 340 143
Decimal 125 224 99
Hex 7D E0 63

RGB Percentages of Color #7de063

%27.90
%50.00
%22.10

CMYK Percentages of Color #7de063

%44
%0
%56
%12

Triadic Colors of #7de063

#7de063 #637de0 #e0637d

Analogous Colors of #7de063

#7de063 #63e088 #bce063

Monochromatic Colors of #7de063

#7de063

Complementary Color

#7de063 #c663e0

#7de063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7de063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7de063 Color CSS Codes

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

#7de063 Text Font Color

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

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


#7de063 Background Color

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

This div background color is #7de063


#7de063 Border Color

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

This div border color is #7de063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7de063


Comments

No comments written yet.

Please login to write comment.