Color Hex Logo

#7cdc60 Color Hex

#7CDC60
(124,220,96)
0 Favorites   0 Comments

Color spaces of #7cdc60

RGB 12422096
HSL0.300.640.62
HSV106°56°86°
CMYK 0.440.000.56   0.14
XYZ36.016756.316020.0381
Yxy56.31600.32050.5012
Hunter Lab75.0440-45.657536.6993
CIE-Lab79.7933-51.082951.3994

#7cdc60 color RGB value is (124,220,96).

#7cdc60 hex color red value is 124, green value is 220 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #7cdc60 hue: 0.30 , saturation: 0.64 and the lightness value of 7cdc60 is 0.62.

The process color (four color CMYK) of #7cdc60 color hex is 0.44, 0.00, 0.56, 0.14. Web safe color of #7cdc60 is #66cc66. Color #7cdc60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011100 01100000
Octal 174 334 140
Decimal 124 220 96
Hex 7C DC 60

RGB Percentages of Color #7cdc60

%28.18
%50.00
%21.82

CMYK Percentages of Color #7cdc60

%44
%0
%56
%14

Triadic Colors of #7cdc60

#7cdc60 #607cdc #dc607c

Analogous Colors of #7cdc60

#7cdc60 #60dc82 #badc60

Monochromatic Colors of #7cdc60

#7cdc60

Complementary Color

#7cdc60 #c060dc

#7cdc60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdc60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdc60 Color CSS Codes

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

#7cdc60 Text Font Color

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

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


#7cdc60 Background Color

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

This div background color is #7cdc60


#7cdc60 Border Color

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

This div border color is #7cdc60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdc60


Comments

No comments written yet.

Please login to write comment.