Color Hex Logo

#7cdb60 Color Hex

#7CDB60
(124,219,96)
0 Favorites   0 Comments

Color spaces of #7cdb60

RGB 12421996
HSL0.300.630.62
HSV106°56°86°
CMYK 0.430.000.56   0.14
XYZ35.755055.792619.9509
Yxy55.79260.32070.5004
Hunter Lab74.6944-45.270336.4497
CIE-Lab79.4956-50.678251.0514

#7cdb60 color RGB value is (124,219,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011011 01100000
Octal 174 333 140
Decimal 124 219 96
Hex 7C DB 60

RGB Percentages of Color #7cdb60

%28.25
%49.89
%21.87

CMYK Percentages of Color #7cdb60

%43
%0
%56
%14

Triadic Colors of #7cdb60

#7cdb60 #607cdb #db607c

Analogous Colors of #7cdb60

#7cdb60 #60db82 #badb60

Monochromatic Colors of #7cdb60

#7cdb60

Complementary Color

#7cdb60 #bf60db

#7cdb60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdb60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdb60 Color CSS Codes

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

#7cdb60 Text Font Color

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

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


#7cdb60 Background Color

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

This div background color is #7cdb60


#7cdb60 Border Color

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

This div border color is #7cdb60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdb60


Comments

No comments written yet.

Please login to write comment.