Color Hex Logo

#7fddaa Color Hex

#7FDDAA
(127,221,170)
0 Favorites   0 Comments

Color spaces of #7fddaa

RGB 127221170
HSL0.410.580.68
HSV147°43°87°
CMYK 0.430.000.23   0.13
XYZ41.864559.127247.2364
Yxy59.12720.28240.3989
Hunter Lab76.8942-37.381817.4039
CIE-Lab81.3615-39.233516.4612

#7fddaa color RGB value is (127,221,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011101 10101010
Octal 177 335 252
Decimal 127 221 170
Hex 7F DD AA

RGB Percentages of Color #7fddaa

%24.52
%42.66
%32.82

CMYK Percentages of Color #7fddaa

%43
%0
%23
%13

Triadic Colors of #7fddaa

#7fddaa #aa7fdd #ddaa7f

Analogous Colors of #7fddaa

#7fddaa #7fddd9 #83dd7f

Monochromatic Colors of #7fddaa

#7fddaa

Complementary Color

#7fddaa #dd7fb2

#7fddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fddaa Color CSS Codes

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

#7fddaa Text Font Color

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

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


#7fddaa Background Color

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

This div background color is #7fddaa


#7fddaa Border Color

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

This div border color is #7fddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fddaa


Comments

No comments written yet.

Please login to write comment.