Color Hex Logo

#7ce14e Color Hex

#7CE14E
(124,225,78)
0 Favorites   0 Comments

Color spaces of #7ce14e

RGB 12422578
HSL0.280.710.59
HSV101°65°88°
CMYK 0.450.000.65   0.12
XYZ36.612558.685616.6055
Yxy58.68560.32720.5244
Hunter Lab76.6065-48.751140.7727
CIE-Lab81.1185-54.810560.5909

#7ce14e color RGB value is (124,225,78).

#7ce14e hex color red value is 124, green value is 225 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #7ce14e hue: 0.28 , saturation: 0.71 and the lightness value of 7ce14e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11100001 01001110
Octal 174 341 116
Decimal 124 225 78
Hex 7C E1 4E

RGB Percentages of Color #7ce14e

%29.04
%52.69
%18.27

CMYK Percentages of Color #7ce14e

%45
%0
%65
%12

Triadic Colors of #7ce14e

#7ce14e #4e7ce1 #e14e7c

Analogous Colors of #7ce14e

#7ce14e #4ee16a #c6e14e

Monochromatic Colors of #7ce14e

#7ce14e

Complementary Color

#7ce14e #b34ee1

#7ce14e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ce14e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ce14e Color CSS Codes

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

#7ce14e Text Font Color

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

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


#7ce14e Background Color

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

This div background color is #7ce14e


#7ce14e Border Color

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

This div border color is #7ce14e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ce14e


Comments

No comments written yet.

Please login to write comment.