Color Hex Logo

#7cf004 Color Hex

#7CF004
(124,240,4)
0 Favorites   0 Comments

Color spaces of #7cf004

RGB 1242404
HSL0.250.970.48
HSV89°98°94°
CMYK 0.480.000.98   0.06
XYZ39.494266.614010.8911
Yxy66.61400.33760.5694
Hunter Lab81.6174-56.455349.2205
CIE-Lab85.3086-63.566881.8303

#7cf004 color RGB value is (124,240,4).

#7cf004 hex color red value is 124, green value is 240 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #7cf004 hue: 0.25 , saturation: 0.97 and the lightness value of 7cf004 is 0.48.

The process color (four color CMYK) of #7cf004 color hex is 0.48, 0.00, 0.98, 0.06. Web safe color of #7cf004 is #66ff00. Color #7cf004 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11110000 00000100
Octal 174 360 4
Decimal 124 240 4
Hex 7C F0 4

RGB Percentages of Color #7cf004

%33.70
%65.22
%1.09

CMYK Percentages of Color #7cf004

%48
%0
%98
%6

Triadic Colors of #7cf004

#7cf004 #047cf0 #f0047c

Analogous Colors of #7cf004

#7cf004 #06f004 #f0ee04

Monochromatic Colors of #7cf004

#7cf004

Complementary Color

#7cf004 #7804f0

#7cf004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cf004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cf004 Color CSS Codes

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

#7cf004 Text Font Color

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

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


#7cf004 Background Color

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

This div background color is #7cf004


#7cf004 Border Color

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

This div border color is #7cf004


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cf004


Comments

No comments written yet.

Please login to write comment.