Color Hex Logo

#7fddac Color Hex

#7FDDAC
(127,221,172)
0 Favorites   0 Comments

Color spaces of #7fddac

RGB 127221172
HSL0.410.580.68
HSV149°43°87°
CMYK 0.430.000.22   0.13
XYZ42.055259.203548.2406
Yxy59.20350.28130.3960
Hunter Lab76.9438-37.088916.6883
CIE-Lab81.4033-38.837115.4680

#7fddac color RGB value is (127,221,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011101 10101100
Octal 177 335 254
Decimal 127 221 172
Hex 7F DD AC

RGB Percentages of Color #7fddac

%24.42
%42.50
%33.08

CMYK Percentages of Color #7fddac

%43
%0
%22
%13

Triadic Colors of #7fddac

#7fddac #ac7fdd #ddac7f

Analogous Colors of #7fddac

#7fddac #7fdddb #81dd7f

Monochromatic Colors of #7fddac

#7fddac

Complementary Color

#7fddac #dd7fb0

#7fddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fddac Color CSS Codes

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

#7fddac Text Font Color

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

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


#7fddac Background Color

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

This div background color is #7fddac


#7fddac Border Color

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

This div border color is #7fddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fddac


Comments

No comments written yet.

Please login to write comment.