Color Hex Logo

#7fef1d Color Hex

#7FEF1D
(127,239,29)
0 Favorites   0 Comments

Color spaces of #7fef1d

RGB 12723929
HSL0.260.870.53
HSV92°88°94°
CMYK 0.470.000.88   0.06
XYZ39.840766.333711.8663
Yxy66.33370.33750.5620
Hunter Lab81.4455-55.212848.3735
CIE-Lab85.1663-61.865578.8928

#7fef1d color RGB value is (127,239,29).

#7fef1d hex color red value is 127, green value is 239 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #7fef1d hue: 0.26 , saturation: 0.87 and the lightness value of 7fef1d is 0.53.

The process color (four color CMYK) of #7fef1d color hex is 0.47, 0.00, 0.88, 0.06. Web safe color of #7fef1d is #66ff33. Color #7fef1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101111 00011101
Octal 177 357 35
Decimal 127 239 29
Hex 7F EF 1D

RGB Percentages of Color #7fef1d

%32.15
%60.51
%7.34

CMYK Percentages of Color #7fef1d

%47
%0
%88
%6

Triadic Colors of #7fef1d

#7fef1d #1d7fef #ef1d7f

Analogous Colors of #7fef1d

#7fef1d #1def24 #e8ef1d

Monochromatic Colors of #7fef1d

#7fef1d

Complementary Color

#7fef1d #8d1def

#7fef1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fef1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fef1d Color CSS Codes

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

#7fef1d Text Font Color

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

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


#7fef1d Background Color

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

This div background color is #7fef1d


#7fef1d Border Color

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

This div border color is #7fef1d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,239,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 #7fef1d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fef1d


Comments

No comments written yet.

Please login to write comment.