Color Hex Logo

#7cde40 Color Hex

#7CDE40
(124,222,64)
0 Favorites   0 Comments

Color spaces of #7cde40

RGB 12422264
HSL0.270.710.56
HSV97°71°87°
CMYK 0.440.000.71   0.13
XYZ35.358956.897813.9693
Yxy56.89780.33290.5356
Hunter Lab75.4306-48.329941.8213
CIE-Lab80.1221-54.716264.8563

#7cde40 color RGB value is (124,222,64).

#7cde40 hex color red value is 124, green value is 222 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #7cde40 hue: 0.27 , saturation: 0.71 and the lightness value of 7cde40 is 0.56.

The process color (four color CMYK) of #7cde40 color hex is 0.44, 0.00, 0.71, 0.13. Web safe color of #7cde40 is #66cc33. Color #7cde40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011110 01000000
Octal 174 336 100
Decimal 124 222 64
Hex 7C DE 40

RGB Percentages of Color #7cde40

%30.24
%54.15
%15.61

CMYK Percentages of Color #7cde40

%44
%0
%71
%13

Triadic Colors of #7cde40

#7cde40 #407cde #de407c

Analogous Colors of #7cde40

#7cde40 #40de53 #cbde40

Monochromatic Colors of #7cde40

#7cde40

Complementary Color

#7cde40 #a240de

#7cde40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cde40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cde40 Color CSS Codes

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

#7cde40 Text Font Color

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

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


#7cde40 Background Color

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

This div background color is #7cde40


#7cde40 Border Color

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

This div border color is #7cde40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cde40


Comments

No comments written yet.

Please login to write comment.