Color Hex Logo

#7cd70a Color Hex

#7CD70A
(124,215,10)
0 Favorites   0 Comments

Color spaces of #7cd70a

RGB 12421510
HSL0.240.910.44
HSV87°95°84°
CMYK 0.420.000.95   0.16
XYZ32.667452.90798.7777
Yxy52.90790.34620.5607
Hunter Lab72.7378-47.124843.7616
CIE-Lab77.8206-54.162175.3617

#7cd70a color RGB value is (124,215,10).

#7cd70a hex color red value is 124, green value is 215 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #7cd70a hue: 0.24 , saturation: 0.91 and the lightness value of 7cd70a is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11010111 00001010
Octal 174 327 12
Decimal 124 215 10
Hex 7C D7 A

RGB Percentages of Color #7cd70a

%35.53
%61.60
%2.87

CMYK Percentages of Color #7cd70a

%42
%0
%95
%16

Triadic Colors of #7cd70a

#7cd70a #0a7cd7 #d70a7c

Analogous Colors of #7cd70a

#7cd70a #16d70a #d7cc0a

Monochromatic Colors of #7cd70a

#7cd70a

Complementary Color

#7cd70a #650ad7

#7cd70a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cd70a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cd70a Color CSS Codes

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

#7cd70a Text Font Color

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

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


#7cd70a Background Color

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

This div background color is #7cd70a


#7cd70a Border Color

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

This div border color is #7cd70a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cd70a


Comments

No comments written yet.

Please login to write comment.