Color Hex Logo

#7cd71a Color Hex

#7CD71A
(124,215,26)
0 Favorites   0 Comments

Color spaces of #7cd71a

RGB 12421526
HSL0.250.780.47
HSV89°88°84°
CMYK 0.420.000.88   0.16
XYZ32.799152.96059.4710
Yxy52.96050.34440.5561
Hunter Lab72.7740-46.904843.2256
CIE-Lab77.8517-53.826073.1980

#7cd71a color RGB value is (124,215,26).

#7cd71a hex color red value is 124, green value is 215 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #7cd71a hue: 0.25 , saturation: 0.78 and the lightness value of 7cd71a is 0.47.

The process color (four color CMYK) of #7cd71a color hex is 0.42, 0.00, 0.88, 0.16. Web safe color of #7cd71a is #66cc33. Color #7cd71a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11010111 00011010
Octal 174 327 32
Decimal 124 215 26
Hex 7C D7 1A

RGB Percentages of Color #7cd71a

%33.97
%58.90
%7.12

CMYK Percentages of Color #7cd71a

%42
%0
%88
%16

Triadic Colors of #7cd71a

#7cd71a #1a7cd7 #d71a7c

Analogous Colors of #7cd71a

#7cd71a #1dd71a #d7d41a

Monochromatic Colors of #7cd71a

#7cd71a

Complementary Color

#7cd71a #751ad7

#7cd71a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cd71a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cd71a Color CSS Codes

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

#7cd71a Text Font Color

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

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


#7cd71a Background Color

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

This div background color is #7cd71a


#7cd71a Border Color

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

This div border color is #7cd71a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cd71a


Comments

No comments written yet.

Please login to write comment.