color codes Logo

#7cfe1d color codes

#7CFE1D
(124,254,29)
0 Favorites   0 Comments

Color spaces of #7cfe1d

RGB 12425429
HSL0.260.990.55
HSV95°89°100°
CMYK 0.510.000.89   0.00
XYZ43.975875.257413.3708
Yxy75.25740.33160.5675
Hunter Lab86.7510-61.329151.5874
CIE-Lab89.5134-68.080682.5099

#7cfe1d color RGB value is (124,254,29).

#7cfe1d hex color red value is 124, green value is 254 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #7cfe1d hue: 0.26 , saturation: 0.99 and the lightness value of 7cfe1d is 0.55.

The process color (four color CMYK) of #7cfe1d color code is 0.51, 0.00, 0.89, 0.00. Web safe color of #7cfe1d is #66ff33. Color #7cfe1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111110 00011101
Octal 174 376 35
Decimal 124 254 29
Hex 7C FE 1D

RGB Percentages of Color #7cfe1d

%30.47
%62.41
%7.13

CMYK Percentages of Color #7cfe1d

%51
%0
%89
%0

Triadic Colors of #7cfe1d

#7cfe1d #1d7cfe #fe1d7c

Analogous Colors of #7cfe1d

#7cfe1d #1dfe2e #edfe1d

Monochromatic Colors of #7cfe1d

#7cfe1d

Complementary Color

#7cfe1d #9f1dfe

#7cfe1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfe1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfe1d Color CSS Codes

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

#7cfe1d Text Font Color

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

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


#7cfe1d Background Color

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

This div background color is #7cfe1d


#7cfe1d Border Color

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

This div border color is #7cfe1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfe1d


Comments

No comments written yet.

Please login to write comment.