Color Hex Logo

#7cc08a Color Hex

#7CC08A
(124,192,138)
0 Favorites   0 Comments

Color spaces of #7cc08a

RGB 124192138
HSL0.370.350.62
HSV132°35°75°
CMYK 0.350.000.28   0.25
XYZ31.749343.819330.8294
Yxy43.81930.29840.4118
Hunter Lab66.1961-30.230318.7243
CIE-Lab72.1076-32.849220.5793

#7cc08a color RGB value is (124,192,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11000000 10001010
Octal 174 300 212
Decimal 124 192 138
Hex 7C C0 8A

RGB Percentages of Color #7cc08a

%27.31
%42.29
%30.40

CMYK Percentages of Color #7cc08a

%35
%0
%28
%25

Triadic Colors of #7cc08a

#7cc08a #8a7cc0 #c08a7c

Analogous Colors of #7cc08a

#7cc08a #7cc0ac #90c07c

Monochromatic Colors of #7cc08a

#7cc08a

Complementary Color

#7cc08a #c07cb2

#7cc08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cc08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cc08a Color CSS Codes

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

#7cc08a Text Font Color

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

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


#7cc08a Background Color

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

This div background color is #7cc08a


#7cc08a Border Color

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

This div border color is #7cc08a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,192,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 #7cc08a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cc08a


Comments

No comments written yet.

Please login to write comment.