color codes Logo

#7fed8c color codes

#7FED8C
(127,237,140)
0 Favorites   0 Comments

Color spaces of #7fed8c

RGB 127237140
HSL0.350.750.71
HSV127°46°93°
CMYK 0.460.000.41   0.07
XYZ43.770266.973835.4313
Yxy66.97380.29940.4582
Hunter Lab81.8375-47.746231.6168
CIE-Lab85.4907-51.344937.4197

#7fed8c color RGB value is (127,237,140).

#7fed8c hex color red value is 127, green value is 237 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #7fed8c hue: 0.35 , saturation: 0.75 and the lightness value of 7fed8c is 0.71.

The process color (four color CMYK) of #7fed8c color code is 0.46, 0.00, 0.41, 0.07. Web safe color of #7fed8c is #66ff99. Color #7fed8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101101 10001100
Octal 177 355 214
Decimal 127 237 140
Hex 7F ED 8C

RGB Percentages of Color #7fed8c

%25.20
%47.02
%27.78

CMYK Percentages of Color #7fed8c

%46
%0
%41
%7

Triadic Colors of #7fed8c

#7fed8c #8c7fed #ed8c7f

Analogous Colors of #7fed8c

#7fed8c #7fedc3 #a9ed7f

Monochromatic Colors of #7fed8c

#7fed8c

Complementary Color

#7fed8c #ed7fe0

#7fed8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fed8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fed8c Color CSS Codes

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

#7fed8c Text Font Color

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

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


#7fed8c Background Color

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

This div background color is #7fed8c


#7fed8c Border Color

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

This div border color is #7fed8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fed8c


Comments

No comments written yet.

Please login to write comment.