Color Hex Logo

#7ce702 Color Hex

#7CE702
(124,231,2)
0 Favorites   0 Comments

Color spaces of #7ce702

RGB 1242312
HSL0.240.980.46
HSV88°99°91°
CMYK 0.460.000.99   0.09
XYZ36.899161.44139.9720
Yxy61.44130.34070.5673
Hunter Lab78.3845-53.144947.3263
CIE-Lab82.6154-60.316079.8755

#7ce702 color RGB value is (124,231,2).

#7ce702 hex color red value is 124, green value is 231 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #7ce702 hue: 0.24 , saturation: 0.98 and the lightness value of 7ce702 is 0.46.

The process color (four color CMYK) of #7ce702 color hex is 0.46, 0.00, 0.99, 0.09. Web safe color of #7ce702 is #66ff00. Color #7ce702 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11100111 00000010
Octal 174 347 2
Decimal 124 231 2
Hex 7C E7 2

RGB Percentages of Color #7ce702

%34.73
%64.71
%0.56

CMYK Percentages of Color #7ce702

%46
%0
%99
%9

Triadic Colors of #7ce702

#7ce702 #027ce7 #e7027c

Analogous Colors of #7ce702

#7ce702 #09e702 #e7e002

Monochromatic Colors of #7ce702

#7ce702

Complementary Color

#7ce702 #6d02e7

#7ce702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ce702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ce702 Color CSS Codes

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

#7ce702 Text Font Color

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

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


#7ce702 Background Color

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

This div background color is #7ce702


#7ce702 Border Color

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

This div border color is #7ce702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ce702


Comments

No comments written yet.

Please login to write comment.