Color Hex Logo

#7cc18a Color Hex

#7CC18A
(124,193,138)
0 Favorites   0 Comments

Color spaces of #7cc18a

RGB 124193138
HSL0.370.360.62
HSV132°36°76°
CMYK 0.360.000.28   0.24
XYZ31.969644.260030.9028
Yxy44.26000.29840.4131
Hunter Lab66.5282-30.647619.0291
CIE-Lab72.4019-33.317620.9827

#7cc18a color RGB value is (124,193,138).

#7cc18a hex color red value is 124, green value is 193 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #7cc18a hue: 0.37 , saturation: 0.36 and the lightness value of 7cc18a is 0.62.

The process color (four color CMYK) of #7cc18a color hex is 0.36, 0.00, 0.28, 0.24. Web safe color of #7cc18a is #66cc99. Color #7cc18a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11000001 10001010
Octal 174 301 212
Decimal 124 193 138
Hex 7C C1 8A

RGB Percentages of Color #7cc18a

%27.25
%42.42
%30.33

CMYK Percentages of Color #7cc18a

%36
%0
%28
%24

Triadic Colors of #7cc18a

#7cc18a #8a7cc1 #c18a7c

Analogous Colors of #7cc18a

#7cc18a #7cc1ad #91c17c

Monochromatic Colors of #7cc18a

#7cc18a

Complementary Color

#7cc18a #c17cb3

#7cc18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cc18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cc18a Color CSS Codes

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

#7cc18a Text Font Color

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

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


#7cc18a Background Color

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

This div background color is #7cc18a


#7cc18a Border Color

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

This div border color is #7cc18a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cc18a


Comments

No comments written yet.

Please login to write comment.