Color Hex Logo

#7cc170 Color Hex

#7CC170
(124,193,112)
0 Favorites   0 Comments

Color spaces of #7cc170

RGB 124193112
HSL0.310.400.60
HSV111°42°76°
CMYK 0.360.000.42   0.24
XYZ30.306843.594922.1466
Yxy43.59490.31550.4539
Hunter Lab66.0264-33.613026.3314
CIE-Lab71.9569-37.535534.0304

#7cc170 color RGB value is (124,193,112).

#7cc170 hex color red value is 124, green value is 193 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #7cc170 hue: 0.31 , saturation: 0.40 and the lightness value of 7cc170 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11000001 01110000
Octal 174 301 160
Decimal 124 193 112
Hex 7C C1 70

RGB Percentages of Color #7cc170

%28.90
%44.99
%26.11

CMYK Percentages of Color #7cc170

%36
%0
%42
%24

Triadic Colors of #7cc170

#7cc170 #707cc1 #c1707c

Analogous Colors of #7cc170

#7cc170 #70c18d #a5c170

Monochromatic Colors of #7cc170

#7cc170

Complementary Color

#7cc170 #b570c1

#7cc170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cc170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cc170 Color CSS Codes

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

#7cc170 Text Font Color

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

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


#7cc170 Background Color

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

This div background color is #7cc170


#7cc170 Border Color

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

This div border color is #7cc170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cc170


Comments

No comments written yet.

Please login to write comment.