Color Hex Logo

#7fdf8d Color Hex

#7FDF8D
(127,223,141)
0 Favorites   0 Comments

Color spaces of #7fdf8d

RGB 127223141
HSL0.360.600.69
HSV129°43°87°
CMYK 0.430.000.37   0.13
XYZ39.947859.210534.5226
Yxy59.21050.29880.4429
Hunter Lab76.9484-41.991227.2636
CIE-Lab81.4072-45.327131.5653

#7fdf8d color RGB value is (127,223,141).

#7fdf8d hex color red value is 127, green value is 223 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #7fdf8d hue: 0.36 , saturation: 0.60 and the lightness value of 7fdf8d is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011111 10001101
Octal 177 337 215
Decimal 127 223 141
Hex 7F DF 8D

RGB Percentages of Color #7fdf8d

%25.87
%45.42
%28.72

CMYK Percentages of Color #7fdf8d

%43
%0
%37
%13

Triadic Colors of #7fdf8d

#7fdf8d #8d7fdf #df8d7f

Analogous Colors of #7fdf8d

#7fdf8d #7fdfbd #a1df7f

Monochromatic Colors of #7fdf8d

#7fdf8d

Complementary Color

#7fdf8d #df7fd1

#7fdf8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdf8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdf8d Color CSS Codes

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

#7fdf8d Text Font Color

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

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


#7fdf8d Background Color

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

This div background color is #7fdf8d


#7fdf8d Border Color

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

This div border color is #7fdf8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdf8d


Comments

No comments written yet.

Please login to write comment.