color codes Logo

#7de41c color codes

#7DE41C
(125,228,28)
0 Favorites   0 Comments

Color spaces of #7de41c

RGB 12522828
HSL0.250.790.50
HSV91°88°89°
CMYK 0.450.000.88   0.11
XYZ36.410559.930610.7473
Yxy59.93060.34000.5596
Hunter Lab77.4149-51.522245.9593
CIE-Lab81.8005-58.420476.1921

#7de41c color RGB value is (125,228,28).

#7de41c hex color red value is 125, green value is 228 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #7de41c hue: 0.25 , saturation: 0.79 and the lightness value of 7de41c is 0.50.

The process color (four color CMYK) of #7de41c color code is 0.45, 0.00, 0.88, 0.11. Web safe color of #7de41c is #66cc33. Color #7de41c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11100100 00011100
Octal 175 344 34
Decimal 125 228 28
Hex 7D E4 1C

RGB Percentages of Color #7de41c

%32.81
%59.84
%7.35

CMYK Percentages of Color #7de41c

%45
%0
%88
%11

Triadic Colors of #7de41c

#7de41c #1c7de4 #e41c7d

Analogous Colors of #7de41c

#7de41c #1ce41f #e1e41c

Monochromatic Colors of #7de41c

#7de41c

Complementary Color

#7de41c #831ce4

#7de41c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7de41c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7de41c Color CSS Codes

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

#7de41c Text Font Color

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

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


#7de41c Background Color

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

This div background color is #7de41c


#7de41c Border Color

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

This div border color is #7de41c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,228,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7de41c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7de41c;
  -webkit-box-shadow: 1px 1px 3px 2px #7de41c;
  box-shadow:         1px 1px 3px 2px #7de41c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7de41c


Comments

No comments written yet.

Please login to write comment.