Color Hex Logo

#7cc281 Color Hex

#7CC281
(124,194,129)
0 Favorites   0 Comments

Color spaces of #7cc281

RGB 124194129
HSL0.350.360.62
HSV124°36°76°
CMYK 0.360.000.34   0.24
XYZ31.566444.453627.6856
Yxy44.45360.30440.4287
Hunter Lab66.6735-32.168422.0518
CIE-Lab72.5306-35.340425.9338

#7cc281 color RGB value is (124,194,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11000010 10000001
Octal 174 302 201
Decimal 124 194 129
Hex 7C C2 81

RGB Percentages of Color #7cc281

%27.74
%43.40
%28.86

CMYK Percentages of Color #7cc281

%36
%0
%34
%24

Triadic Colors of #7cc281

#7cc281 #817cc2 #c2817c

Analogous Colors of #7cc281

#7cc281 #7cc2a4 #9ac27c

Monochromatic Colors of #7cc281

#7cc281

Complementary Color

#7cc281 #c27cbd

#7cc281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cc281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cc281 Color CSS Codes

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

#7cc281 Text Font Color

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

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


#7cc281 Background Color

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

This div background color is #7cc281


#7cc281 Border Color

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

This div border color is #7cc281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cc281


Comments

No comments written yet.

Please login to write comment.