Color Hex Logo

#7ce129 Color Hex

#7CE129
(124,225,41)
0 Favorites   0 Comments

Color spaces of #7ce129

RGB 12422541
HSL0.260.750.52
HSV93°82°88°
CMYK 0.450.000.82   0.12
XYZ35.637658.295611.4717
Yxy58.29560.33810.5531
Hunter Lab76.3516-50.299244.5379
CIE-Lab80.9029-57.139372.6129

#7ce129 color RGB value is (124,225,41).

#7ce129 hex color red value is 124, green value is 225 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #7ce129 hue: 0.26 , saturation: 0.75 and the lightness value of 7ce129 is 0.52.

The process color (four color CMYK) of #7ce129 color hex is 0.45, 0.00, 0.82, 0.12. Web safe color of #7ce129 is #66cc33. Color #7ce129 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11100001 00101001
Octal 174 341 51
Decimal 124 225 41
Hex 7C E1 29

RGB Percentages of Color #7ce129

%31.79
%57.69
%10.51

CMYK Percentages of Color #7ce129

%45
%0
%82
%12

Triadic Colors of #7ce129

#7ce129 #297ce1 #e1297c

Analogous Colors of #7ce129

#7ce129 #29e132 #d8e129

Monochromatic Colors of #7ce129

#7ce129

Complementary Color

#7ce129 #8e29e1

#7ce129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ce129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ce129 Color CSS Codes

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

#7ce129 Text Font Color

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

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


#7ce129 Background Color

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

This div background color is #7ce129


#7ce129 Border Color

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

This div border color is #7ce129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ce129


Comments

No comments written yet.

Please login to write comment.