Color Hex Logo

#7fdfae Color Hex

#7FDFAE
(127,223,174)
0 Favorites   0 Comments

Color spaces of #7fdfae

RGB 127223174
HSL0.410.600.69
HSV149°43°87°
CMYK 0.430.000.22   0.13
XYZ42.780160.343449.4371
Yxy60.34340.28040.3955
Hunter Lab77.6810-37.639116.6439
CIE-Lab82.0245-39.337915.2887

#7fdfae color RGB value is (127,223,174).

#7fdfae hex color red value is 127, green value is 223 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7fdfae hue: 0.41 , saturation: 0.60 and the lightness value of 7fdfae is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11011111 10101110
Octal 177 337 256
Decimal 127 223 174
Hex 7F DF AE

RGB Percentages of Color #7fdfae

%24.24
%42.56
%33.21

CMYK Percentages of Color #7fdfae

%43
%0
%22
%13

Triadic Colors of #7fdfae

#7fdfae #ae7fdf #dfae7f

Analogous Colors of #7fdfae

#7fdfae #7fdfde #80df7f

Monochromatic Colors of #7fdfae

#7fdfae

Complementary Color

#7fdfae #df7fb0

#7fdfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fdfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fdfae Color CSS Codes

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

#7fdfae Text Font Color

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

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


#7fdfae Background Color

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

This div background color is #7fdfae


#7fdfae Border Color

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

This div border color is #7fdfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fdfae


Comments

No comments written yet.

Please login to write comment.