Color Hex Logo

#7cf80b Color Hex

#7CF80B
(124,248,11)
0 Favorites   0 Comments

Color spaces of #7cf80b

RGB 12424811
HSL0.250.940.51
HSV91°96°97°
CMYK 0.500.000.96   0.03
XYZ41.940071.444111.8962
Yxy71.44410.33480.5703
Hunter Lab84.5246-59.348750.8226
CIE-Lab87.7003-66.327683.1816

#7cf80b color RGB value is (124,248,11).

#7cf80b hex color red value is 124, green value is 248 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #7cf80b hue: 0.25 , saturation: 0.94 and the lightness value of 7cf80b is 0.51.

The process color (four color CMYK) of #7cf80b color hex is 0.50, 0.00, 0.96, 0.03. Web safe color of #7cf80b is #66ff00. Color #7cf80b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111000 00001011
Octal 174 370 13
Decimal 124 248 11
Hex 7C F8 B

RGB Percentages of Color #7cf80b

%32.38
%64.75
%2.87

CMYK Percentages of Color #7cf80b

%50
%0
%96
%3

Triadic Colors of #7cf80b

#7cf80b #0b7cf8 #f80b7c

Analogous Colors of #7cf80b

#7cf80b #0bf811 #f3f80b

Monochromatic Colors of #7cf80b

#7cf80b

Complementary Color

#7cf80b #870bf8

#7cf80b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cf80b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cf80b Color CSS Codes

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

#7cf80b Text Font Color

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

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


#7cf80b Background Color

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

This div background color is #7cf80b


#7cf80b Border Color

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

This div border color is #7cf80b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cf80b


Comments

No comments written yet.

Please login to write comment.