Color Hex Logo

#7fdaab Color Hex

#7FDAAB
(127,218,171)
0 Favorites   0 Comments

Color spaces of #7fdaab

RGB 127218171
HSL0.410.550.68
HSV149°42°85°
CMYK 0.420.000.22   0.15
XYZ41.174557.595147.4749
Yxy57.59510.28150.3938
Hunter Lab75.8914-35.965816.0344
CIE-Lab80.5132-37.678614.7442

#7fdaab color RGB value is (127,218,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011010 10101011
Octal 177 332 253
Decimal 127 218 171
Hex 7F DA AB

RGB Percentages of Color #7fdaab

%24.61
%42.25
%33.14

CMYK Percentages of Color #7fdaab

%42
%0
%22
%15

Triadic Colors of #7fdaab

#7fdaab #ab7fda #daab7f

Analogous Colors of #7fdaab

#7fdaab #7fdad9 #81da7f

Monochromatic Colors of #7fdaab

#7fdaab

Complementary Color

#7fdaab #da7fae

#7fdaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdaab Color CSS Codes

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

#7fdaab Text Font Color

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

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


#7fdaab Background Color

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

This div background color is #7fdaab


#7fdaab Border Color

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

This div border color is #7fdaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdaab


Comments

No comments written yet.

Please login to write comment.