Color Hex Logo

#7fdd86 Color Hex

#7FDD86
(127,221,134)
0 Favorites   0 Comments

Color spaces of #7fdd86

RGB 127221134
HSL0.350.580.68
HSV124°43°87°
CMYK 0.430.000.39   0.13
XYZ38.911957.946231.6881
Yxy57.94620.30270.4508
Hunter Lab76.1224-41.969428.6045
CIE-Lab80.7089-45.583034.2009

#7fdd86 color RGB value is (127,221,134).

#7fdd86 hex color red value is 127, green value is 221 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #7fdd86 hue: 0.35 , saturation: 0.58 and the lightness value of 7fdd86 is 0.68.

The process color (four color CMYK) of #7fdd86 color hex is 0.43, 0.00, 0.39, 0.13. Web safe color of #7fdd86 is #66cc99. Color #7fdd86 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011101 10000110
Octal 177 335 206
Decimal 127 221 134
Hex 7F DD 86

RGB Percentages of Color #7fdd86

%26.35
%45.85
%27.80

CMYK Percentages of Color #7fdd86

%43
%0
%39
%13

Triadic Colors of #7fdd86

#7fdd86 #867fdd #dd867f

Analogous Colors of #7fdd86

#7fdd86 #7fddb5 #a7dd7f

Monochromatic Colors of #7fdd86

#7fdd86

Complementary Color

#7fdd86 #dd7fd6

#7fdd86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdd86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdd86 Color CSS Codes

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

#7fdd86 Text Font Color

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

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


#7fdd86 Background Color

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

This div background color is #7fdd86


#7fdd86 Border Color

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

This div border color is #7fdd86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdd86


Comments

No comments written yet.

Please login to write comment.