Color Hex Logo

#7fddaf Color Hex

#7FDDAF
(127,221,175)
0 Favorites   0 Comments

Color spaces of #7fddaf

RGB 127221175
HSL0.420.580.68
HSV151°43°87°
CMYK 0.430.000.21   0.13
XYZ42.346759.320149.7755
Yxy59.32010.27960.3917
Hunter Lab77.0195-36.641815.5963
CIE-Lab81.4672-38.234313.9780

#7fddaf color RGB value is (127,221,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011101 10101111
Octal 177 335 257
Decimal 127 221 175
Hex 7F DD AF

RGB Percentages of Color #7fddaf

%24.28
%42.26
%33.46

CMYK Percentages of Color #7fddaf

%43
%0
%21
%13

Triadic Colors of #7fddaf

#7fddaf #af7fdd #ddaf7f

Analogous Colors of #7fddaf

#7fddaf #7fdcdd #7fdd80

Monochromatic Colors of #7fddaf

#7fddaf

Complementary Color

#7fddaf #dd7fad

#7fddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fddaf Color CSS Codes

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

#7fddaf Text Font Color

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

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


#7fddaf Background Color

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

This div background color is #7fddaf


#7fddaf Border Color

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

This div border color is #7fddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fddaf


Comments

No comments written yet.

Please login to write comment.