Color Hex Logo

#7cd116 Color Hex

#7CD116
(124,209,22)
0 Favorites   0 Comments

Color spaces of #7cd116

RGB 12420922
HSL0.240.810.45
HSV87°89°82°
CMYK 0.410.000.89   0.18
XYZ31.257549.94398.7518
Yxy49.94390.34750.5552
Hunter Lab70.6710-44.724442.1273
CIE-Lab76.0348-51.577772.3678

#7cd116 color RGB value is (124,209,22).

#7cd116 hex color red value is 124, green value is 209 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #7cd116 hue: 0.24 , saturation: 0.81 and the lightness value of 7cd116 is 0.45.

The process color (four color CMYK) of #7cd116 color hex is 0.41, 0.00, 0.89, 0.18. Web safe color of #7cd116 is #66cc00. Color #7cd116 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11010001 00010110
Octal 174 321 26
Decimal 124 209 22
Hex 7C D1 16

RGB Percentages of Color #7cd116

%34.93
%58.87
%6.20

CMYK Percentages of Color #7cd116

%41
%0
%89
%18

Triadic Colors of #7cd116

#7cd116 #167cd1 #d1167c

Analogous Colors of #7cd116

#7cd116 #1fd116 #d1c916

Monochromatic Colors of #7cd116

#7cd116

Complementary Color

#7cd116 #6b16d1

#7cd116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cd116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cd116 Color CSS Codes

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

#7cd116 Text Font Color

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

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


#7cd116 Background Color

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

This div background color is #7cd116


#7cd116 Border Color

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

This div border color is #7cd116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cd116


Comments

No comments written yet.

Please login to write comment.