Color Hex Logo

#7fdeaa Color Hex

#7FDEAA
(127,222,170)
0 Favorites   0 Comments

Color spaces of #7fdeaa

RGB 127222170
HSL0.410.590.68
HSV147°43°87°
CMYK 0.430.000.23   0.13
XYZ42.129459.656947.3247
Yxy59.65690.28250.4001
Hunter Lab77.2379-37.803517.7387
CIE-Lab81.6513-39.682216.8667

#7fdeaa color RGB value is (127,222,170).

#7fdeaa hex color red value is 127, green value is 222 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7fdeaa hue: 0.41 , saturation: 0.59 and the lightness value of 7fdeaa is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011110 10101010
Octal 177 336 252
Decimal 127 222 170
Hex 7F DE AA

RGB Percentages of Color #7fdeaa

%24.47
%42.77
%32.76

CMYK Percentages of Color #7fdeaa

%43
%0
%23
%13

Triadic Colors of #7fdeaa

#7fdeaa #aa7fde #deaa7f

Analogous Colors of #7fdeaa

#7fdeaa #7fdeda #84de7f

Monochromatic Colors of #7fdeaa

#7fdeaa

Complementary Color

#7fdeaa #de7fb3

#7fdeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdeaa Color CSS Codes

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

#7fdeaa Text Font Color

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

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


#7fdeaa Background Color

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

This div background color is #7fdeaa


#7fdeaa Border Color

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

This div border color is #7fdeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdeaa


Comments

No comments written yet.

Please login to write comment.