Color Hex Logo

#7de17f Color Hex

#7DE17F
(125,225,127)
0 Favorites   0 Comments

Color spaces of #7de17f

RGB 125225127
HSL0.340.630.69
HSV121°44°88°
CMYK 0.440.000.44   0.12
XYZ39.213459.742729.5434
Yxy59.74270.30520.4649
Hunter Lab77.2934-44.704731.4433
CIE-Lab81.6981-48.890738.9668

#7de17f color RGB value is (125,225,127).

#7de17f hex color red value is 125, green value is 225 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #7de17f hue: 0.34 , saturation: 0.63 and the lightness value of 7de17f is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11100001 01111111
Octal 175 341 177
Decimal 125 225 127
Hex 7D E1 7F

RGB Percentages of Color #7de17f

%26.21
%47.17
%26.62

CMYK Percentages of Color #7de17f

%44
%0
%44
%12

Triadic Colors of #7de17f

#7de17f #7f7de1 #e17f7d

Analogous Colors of #7de17f

#7de17f #7de1b1 #ade17d

Monochromatic Colors of #7de17f

#7de17f

Complementary Color

#7de17f #e17ddf

#7de17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7de17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7de17f Color CSS Codes

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

#7de17f Text Font Color

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

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


#7de17f Background Color

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

This div background color is #7de17f


#7de17f Border Color

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

This div border color is #7de17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7de17f


Comments

No comments written yet.

Please login to write comment.