Color Hex Logo

#7cc48e Color Hex

#7CC48E
(124,196,142)
0 Favorites   0 Comments

Color spaces of #7cc48e

RGB 124196142
HSL0.380.380.63
HSV135°37°77°
CMYK 0.370.000.28   0.23
XYZ32.934645.717932.6798
Yxy45.71790.29580.4106
Hunter Lab67.6150-31.380718.6744
CIE-Lab73.3621-33.992220.1657

#7cc48e color RGB value is (124,196,142).

#7cc48e hex color red value is 124, green value is 196 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #7cc48e hue: 0.38 , saturation: 0.38 and the lightness value of 7cc48e is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11000100 10001110
Octal 174 304 216
Decimal 124 196 142
Hex 7C C4 8E

RGB Percentages of Color #7cc48e

%26.84
%42.42
%30.74

CMYK Percentages of Color #7cc48e

%37
%0
%28
%23

Triadic Colors of #7cc48e

#7cc48e #8e7cc4 #c48e7c

Analogous Colors of #7cc48e

#7cc48e #7cc4b2 #8ec47c

Monochromatic Colors of #7cc48e

#7cc48e

Complementary Color

#7cc48e #c47cb2

#7cc48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cc48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cc48e Color CSS Codes

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

#7cc48e Text Font Color

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

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


#7cc48e Background Color

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

This div background color is #7cc48e


#7cc48e Border Color

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

This div border color is #7cc48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cc48e


Comments

No comments written yet.

Please login to write comment.