Color Hex Logo

#7fd28a Color Hex

#7FD28A
(127,210,138)
0 Favorites   0 Comments

Color spaces of #7fd28a

RGB 127210138
HSL0.360.480.66
HSV128°40°82°
CMYK 0.400.000.34   0.18
XYZ36.386452.440232.2490
Yxy52.44020.30050.4331
Hunter Lab72.4156-37.037124.2872
CIE-Lab77.5433-40.150827.9657

#7fd28a color RGB value is (127,210,138).

#7fd28a hex color red value is 127, green value is 210 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #7fd28a hue: 0.36 , saturation: 0.48 and the lightness value of 7fd28a is 0.66.

The process color (four color CMYK) of #7fd28a color hex is 0.40, 0.00, 0.34, 0.18. Web safe color of #7fd28a is #66cc99. Color #7fd28a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11010010 10001010
Octal 177 322 212
Decimal 127 210 138
Hex 7F D2 8A

RGB Percentages of Color #7fd28a

%26.74
%44.21
%29.05

CMYK Percentages of Color #7fd28a

%40
%0
%34
%18

Triadic Colors of #7fd28a

#7fd28a #8a7fd2 #d28a7f

Analogous Colors of #7fd28a

#7fd28a #7fd2b4 #9ed27f

Monochromatic Colors of #7fd28a

#7fd28a

Complementary Color

#7fd28a #d27fc7

#7fd28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fd28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fd28a Color CSS Codes

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

#7fd28a Text Font Color

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

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


#7fd28a Background Color

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

This div background color is #7fd28a


#7fd28a Border Color

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

This div border color is #7fd28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fd28a


Comments

No comments written yet.

Please login to write comment.