Color Hex Logo

#7fdaae Color Hex

#7FDAAE
(127,218,174)
0 Favorites   0 Comments

Color spaces of #7fdaae

RGB 127218174
HSL0.420.550.68
HSV151°42°85°
CMYK 0.420.000.20   0.15
XYZ41.463857.710848.9983
Yxy57.71080.27980.3895
Hunter Lab75.9676-35.516514.9359
CIE-Lab80.5777-37.073013.2505

#7fdaae color RGB value is (127,218,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011010 10101110
Octal 177 332 256
Decimal 127 218 174
Hex 7F DA AE

RGB Percentages of Color #7fdaae

%24.47
%42.00
%33.53

CMYK Percentages of Color #7fdaae

%42
%0
%20
%15

Triadic Colors of #7fdaae

#7fdaae #ae7fda #daae7f

Analogous Colors of #7fdaae

#7fdaae #7fd9da #7fda81

Monochromatic Colors of #7fdaae

#7fdaae

Complementary Color

#7fdaae #da7fab

#7fdaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdaae Color CSS Codes

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

#7fdaae Text Font Color

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

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


#7fdaae Background Color

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

This div background color is #7fdaae


#7fdaae Border Color

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

This div border color is #7fdaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdaae


Comments

No comments written yet.

Please login to write comment.