Color Hex Logo

#7fdaac Color Hex

#7FDAAC
(127,218,172)
0 Favorites   0 Comments

Color spaces of #7fdaac

RGB 127218172
HSL0.420.550.68
HSV150°42°85°
CMYK 0.420.000.21   0.15
XYZ41.270257.633447.9789
Yxy57.63340.28100.3924
Hunter Lab75.9167-35.817115.6707
CIE-Lab80.5345-37.477914.2463

#7fdaac color RGB value is (127,218,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011010 10101100
Octal 177 332 254
Decimal 127 218 172
Hex 7F DA AC

RGB Percentages of Color #7fdaac

%24.56
%42.17
%33.27

CMYK Percentages of Color #7fdaac

%42
%0
%21
%15

Triadic Colors of #7fdaac

#7fdaac #ac7fda #daac7f

Analogous Colors of #7fdaac

#7fdaac #7fdada #80da7f

Monochromatic Colors of #7fdaac

#7fdaac

Complementary Color

#7fdaac #da7fad

#7fdaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdaac Color CSS Codes

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

#7fdaac Text Font Color

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

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


#7fdaac Background Color

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

This div background color is #7fdaac


#7fdaac Border Color

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

This div border color is #7fdaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdaac


Comments

No comments written yet.

Please login to write comment.