Color Hex Logo

#7cca6e Color Hex

#7CCA6E
(124,202,110)
0 Favorites   0 Comments

Color spaces of #7cca6e

RGB 124202110
HSL0.310.460.61
HSV111°46°79°
CMYK 0.390.000.46   0.21
XYZ32.247247.651922.2500
Yxy47.65190.31570.4665
Hunter Lab69.0304-37.417729.2108
CIE-Lab74.6048-41.809338.4131

#7cca6e color RGB value is (124,202,110).

#7cca6e hex color red value is 124, green value is 202 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #7cca6e hue: 0.31 , saturation: 0.46 and the lightness value of 7cca6e is 0.61.

The process color (four color CMYK) of #7cca6e color hex is 0.39, 0.00, 0.46, 0.21. Web safe color of #7cca6e is #66cc66. Color #7cca6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001010 01101110
Octal 174 312 156
Decimal 124 202 110
Hex 7C CA 6E

RGB Percentages of Color #7cca6e

%28.44
%46.33
%25.23

CMYK Percentages of Color #7cca6e

%39
%0
%46
%21

Triadic Colors of #7cca6e

#7cca6e #6e7cca #ca6e7c

Analogous Colors of #7cca6e

#7cca6e #6eca8e #aaca6e

Monochromatic Colors of #7cca6e

#7cca6e

Complementary Color

#7cca6e #bc6eca

#7cca6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cca6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cca6e Color CSS Codes

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

#7cca6e Text Font Color

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

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


#7cca6e Background Color

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

This div background color is #7cca6e


#7cca6e Border Color

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

This div border color is #7cca6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cca6e


Comments

No comments written yet.

Please login to write comment.