Color Hex Logo

#7fe48d Color Hex

#7FE48D
(127,228,141)
0 Favorites   0 Comments

Color spaces of #7fe48d

RGB 127228141
HSL0.360.650.70
HSV128°44°89°
CMYK 0.440.000.38   0.11
XYZ41.303561.921934.9745
Yxy61.92190.29890.4481
Hunter Lab78.6905-44.016228.7315
CIE-Lab82.8719-47.450833.4982

#7fe48d color RGB value is (127,228,141).

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

The process color (four color CMYK) of #7fe48d color hex is 0.44, 0.00, 0.38, 0.11. Web safe color of #7fe48d is #66cc99. Color #7fe48d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11100100 10001101
Octal 177 344 215
Decimal 127 228 141
Hex 7F E4 8D

RGB Percentages of Color #7fe48d

%25.60
%45.97
%28.43

CMYK Percentages of Color #7fe48d

%44
%0
%38
%11

Triadic Colors of #7fe48d

#7fe48d #8d7fe4 #e48d7f

Analogous Colors of #7fe48d

#7fe48d #7fe4c0 #a4e47f

Monochromatic Colors of #7fe48d

#7fe48d

Complementary Color

#7fe48d #e47fd6

#7fe48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fe48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fe48d Color CSS Codes

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

#7fe48d Text Font Color

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

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


#7fe48d Background Color

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

This div background color is #7fe48d


#7fe48d Border Color

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

This div border color is #7fe48d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fe48d


Comments

No comments written yet.

Please login to write comment.